Skip to content

Commit

Permalink
Scope concurrency limits to branches
Browse files Browse the repository at this point in the history
There's no need to limit the concurrency between one PR run and another, nor a PR run and main.
  • Loading branch information
PeterJCLaw committed Jan 23, 2025
1 parent df638ad commit befcb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
id-token: write

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

defaults:
Expand Down

0 comments on commit befcb8f

Please sign in to comment.