diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index bbc83c880..6b96b1a3b 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -83,7 +83,7 @@ jobs: if: | !failure() && !cancelled() && (success('analyze') || success('analyze_unsafe')) - runs-on: pan-dev-runner + runs-on: pan-dev-runner-lg permissions: contents: read @@ -148,7 +148,7 @@ jobs: name: Deploy needs: build if: ${{ !failure() && !cancelled() }} - runs-on: pan-dev-runner + runs-on: pan-dev-runner-lg steps: - name: Checkout repository