Skip to content

Commit

Permalink
Prevent branches from clobbering each other
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed Jan 24, 2025
1 parent fede30b commit 0f3b1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
id-token: write

concurrency:
group: "pages"
group: "pages-${{ github.ref_name }}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit 0f3b1fe

Please sign in to comment.