Skip to content

Commit 40f390d

Browse files
committed
ci(workflow): ensure in-progress jobs are not canceled for release events
1 parent ab063b3 commit 40f390d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
concurrency:
88
group: publish-${{ github.ref }}
9-
cancel-in-progress: true
9+
cancel-in-progress: false
1010

1111
jobs:
1212
publish-crates:

0 commit comments

Comments
 (0)