diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index b6fbde8..e3aaff4 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -7,7 +7,7 @@ on: jobs: hello_world_job: - runs-on: ubuntu-latest # Specifies the runner to use + runs-on: self-hosted # Specifies the runner to use steps: - name: Checkout code