Skip to content

Commit

Permalink
Better scope PR workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Aug 16, 2023
1 parent c3eb345 commit 1548017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR
on: pull_request

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

jobs:
Expand Down

0 comments on commit 1548017

Please sign in to comment.