Skip to content

Commit 6859683

Browse files
committed
[ci] PRs should not cancel each others or traget branches CI runs
1 parent 679b033 commit 6859683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
- release-*
2929
pull_request:
3030
concurrency:
31-
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
31+
group: ${{ github.workflow }}-${{ github.ref_name }}
3232
cancel-in-progress: true
3333

3434
jobs:

0 commit comments

Comments
 (0)