Skip to content

Commit 928ab2c

Browse files
committed
ci: fix merge_group checks getting canceled unexpectedly
1 parent b0051c1 commit 928ab2c

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
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
concurrency:
11-
group: "${{ github.workflow }} @ ${{ github.head_ref || github.sha }}"
11+
group: "${{ github.workflow }} @ ${{ github.event.compare || github.head_ref || github.ref }}"
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)