Skip to content

Commit f73cb83

Browse files
authored
chore: prevent cancel on release commits (#3560)
1 parent ab80eff commit f73cb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

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

1212
concurrency:
1313
group: ${{ github.ref }}
14-
cancel-in-progress: true
14+
cancel-in-progress: ${{ !contains(github.event.head_commit.message, 'prepare release')}}
1515

1616
# Uncomment the line below to enable artifacts debugging
1717
# env:

0 commit comments

Comments
 (0)