From 012dbe6f425a39ebbed6db75663a9c3f2b6a93ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?George=20Kazami=20=5B=E4=B9=94=E6=B2=BB=C2=B7=E9=A2=A8?= =?UTF-8?q?=E8=A6=8B=5D?= Date: Sat, 11 Feb 2023 05:09:15 +0000 Subject: [PATCH] Update azure-staticwebapp.yml --- .github/workflows/azure-staticwebapp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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