From d3710e046bbee5095d71aed2d0778f50df50ffd3 Mon Sep 17 00:00:00 2001 From: Steven Serrata <9343811+sserrata@users.noreply.github.com> Date: Wed, 16 Aug 2023 09:54:40 -0400 Subject: [PATCH] Upgrade deploy-preview.yml to lg runner Signed-off-by: Steven Serrata <9343811+sserrata@users.noreply.github.com> --- .github/workflows/deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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