Skip to content

Commit bc4b90e

Browse files
committed
ci: disable cancel-in-progress for release and claude workflows
1 parent b39a4e7 commit bc4b90e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/claude.yml

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

1313
concurrency:
1414
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: true
15+
cancel-in-progress: false
1616

1717
jobs:
1818
claude:

.github/workflows/release.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: ${{ github.workflow }}-${{ github.ref }}
9-
cancel-in-progress: true
9+
cancel-in-progress: false
1010

1111
jobs:
1212
pypi-publish:

0 commit comments

Comments
 (0)