Skip to content

Commit

Permalink
fix: do not interrupt deployment from PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 17, 2023
1 parent 1b2163e commit 3738a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 3738a04

Please sign in to comment.