Skip to content

Commit f31cc28

Browse files
JAORMXclaude
andcommitted
Fix CI deadlock: remove concurrency from reusable workflows
Reusable workflows inherit concurrency context from parent workflows. Having concurrency groups in both causes a deadlock. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f0d6cf9 commit f31cc28

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
permissions:
77
contents: read
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410

1511
build:

.github/workflows/lint.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
permissions:
77
contents: read
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
lint-go:
1511
name: Lint Go

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
permissions:
77
contents: read
88

9-
concurrency:
10-
group: ${{ github.workflow }}-${{ github.ref }}
11-
cancel-in-progress: true
12-
139
jobs:
1410
test:
1511
name: Test

0 commit comments

Comments
 (0)