diff --git a/.github/workflows/hello.yaml b/.github/workflows/hello.yaml index 1282b62..3ac43e5 100644 --- a/.github/workflows/hello.yaml +++ b/.github/workflows/hello.yaml @@ -7,7 +7,7 @@ on: jobs: hello_world_job: - runs-on: self-hosted + runs-on: arc-runner-k8s steps: - name: Checkout code uses: actions/checkout@v2