diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 6f5d40c2aa0..bf2bd6f3c56 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -8,7 +8,7 @@ on: jobs: list_files: - runs-on: ubuntu-latest + runs-on: arc-runner-set-uat steps: - name: Checkout Repository uses: actions/checkout@v2 @@ -17,6 +17,6 @@ jobs: run: ls -R Explore-GitHub-Actions: - runs-on: arc-runner-set + runs-on: arc-runner-set-uat steps: - run: echo "🎉 This job uses runner scale set runners!" \ No newline at end of file