Skip to content

Commit

Permalink
Merge branch 'master' into swfw-review-and-auto-generated-content
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata authored Aug 16, 2023
2 parents 51ed5e4 + d3710e0 commit c89ec92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c89ec92

Please sign in to comment.