Skip to content

Commit d16e6ff

Browse files
committed
ci: fix two PRs with same branch name but different forks canceling each other
1 parent f57ffd5 commit d16e6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: CI
99

1010
# Cancel PR actions on new commits
1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12+
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
1313
cancel-in-progress: true
1414

1515
jobs:

0 commit comments

Comments
 (0)