From e8622ee4f2e2caa2635bf752b09ef7d417b769e1 Mon Sep 17 00:00:00 2001 From: nikhilmulinti-egov Date: Mon, 18 Dec 2023 15:05:54 +0530 Subject: [PATCH] Update runs-on value in GitHub Actions workflow --- .github/workflows/github-actions-demo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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