Skip to content

Commit c8d0f7a

Browse files
Removed concurrency from 2 files
Co-authored-by: ValerianRey <ValerianRey@users.noreply.github.com>
1 parent 2311303 commit c8d0f7a

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/claude.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ on:
1010
pull_request_review:
1111
types: [submitted]
1212

13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.ref }}
15-
cancel-in-progress: false
16-
1713
jobs:
1814
claude:
1915
if: |

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
release:
55
types: [published]
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
9-
cancel-in-progress: false
10-
117
jobs:
128
pypi-publish:
139
name: Publish to PyPI

0 commit comments

Comments
 (0)