Skip to content

Commit fd20e5a

Browse files
authored
Merge branch 'main' into fix/link
2 parents e2f7a27 + f73cb83 commit fd20e5a

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)