diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index 3c2bca5..ca09510 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -35,7 +35,7 @@ jobs: contents: read # for actions/checkout to fetch code pull-requests: write # for Azure/static-web-apps-deploy to comment on PRs if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') - runs-on: ubuntu-latest + runs-on: [ Linux, ARO ] name: Build and Deploy Job steps: - uses: actions/checkout@v3 @@ -59,7 +59,7 @@ jobs: permissions: contents: none if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: ubuntu-latest + runs-on: [ Linux, ARO ] name: Close Pull Request Job steps: - name: Close Pull Request