Skip to content

Commit

Permalink
Update runs-on value in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Dec 18, 2023
1 parent f100ad4 commit e8622ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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!"

0 comments on commit e8622ee

Please sign in to comment.