Skip to content

Commit

Permalink
ci: use single deploy group per-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 4, 2024
1 parent de4d513 commit 71f18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

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

jobs:
Expand Down

0 comments on commit 71f18da

Please sign in to comment.