Skip to content

Commit 77cbac6

Browse files
committed
ci: avoid over canceling
1 parent 1416f79 commit 77cbac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
FORCE_COLOR: 3
1111

1212
concurrency:
13-
group: ${ github.workflow }-${ github.head_ref }
13+
group: ${ github.workflow }-${ github.ref }
1414
cancel-in-progress: true
1515

1616
jobs:

0 commit comments

Comments
 (0)