Skip to content

Commit 2d12ce3

Browse files
vvillait88claude
andcommitted
ci: add concurrency + timeout-minutes to publish workflow
- concurrency group=publish with cancel-in-progress: false so back-to-back tag pushes queue rather than cancel a mid-publish (partial releases are worse than waiting) - 15-minute timeout so a stuck publish doesn't hold the queue for 6h Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2bf0290 commit 2d12ce3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,14 @@ permissions:
88
contents: write
99
id-token: write
1010

11+
concurrency:
12+
group: publish
13+
cancel-in-progress: false
14+
1115
jobs:
1216
publish:
1317
runs-on: ubuntu-latest
18+
timeout-minutes: 15
1419
steps:
1520
- uses: actions/checkout@v6
1621

0 commit comments

Comments
 (0)