From c29502bd04bc4be6e0b1b23c9fad8cb004c87509 Mon Sep 17 00:00:00 2001 From: ristaum <64500197+ristaum@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:00:05 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0742a0e..063f527 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: [push] jobs: Explore-GitHub-Actions: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - run: curl www.topdev.de > topdev.html - uses: actions/upload-artifact@v4