diff --git a/.github/workflows/azure-staticwebapp.yml b/.github/workflows/azure-staticwebapp.yml index 55c7dd4..7b93c7b 100644 --- a/.github/workflows/azure-staticwebapp.yml +++ b/.github/workflows/azure-staticwebapp.yml @@ -36,7 +36,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: [ Linux, ARO ] + runs-on: [ self-hosted, Linux ] strategy: matrix: @@ -104,7 +104,7 @@ jobs: permissions: contents: none if: github.event_name == 'pull_request' && github.event.action == 'closed' - runs-on: [ Linux, ARO ] + runs-on: [ self-hosted, Linux ] name: Close Pull Request Job steps: - name: Close Pull Request