Skip to content

Commit c25c5cf

Browse files
committed
Don't cancel in progress releases
1 parent 3330bed commit c25c5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
run-name: Cut Release ${{github.event.inputs.release-version || github.ref_name}}
44
concurrency:
55
group: ${{github.workflow}}-${{github.ref}}
6-
cancel-in-progress: true
6+
cancel-in-progress: false
77
on:
88
push:
99
tags:

0 commit comments

Comments
 (0)