Skip to content

Commit 4a3a7fc

Browse files
committed
ci: Never cancel release workflow
1 parent b8ca94f commit 4a3a7fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
13-
cancel-in-progress: true
13+
# Only cancel workflow on new push if we are not releasing
14+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
1415

1516
jobs:
1617
build-wheel:

0 commit comments

Comments
 (0)