Files
claude-desktop-debian/.github
aaddrick bdcedbfea6 fix(ci): prevent runner kill from blocking release creation (#361)
Add concurrency group to CI workflow so concurrent runs (triggered when
check-claude-version pushes to main then pushes a tag) queue instead of
killing each other. This addresses the ~86-second runner SIGTERM that
has blocked 10 releases in March.

Also harden release steps as defense-in-depth:
- timeout-minutes: 5 on compare-releases step
- if: always() on fallback notes and Create GitHub Release steps

Co-Authored-By: Claude <claude@anthropic.com>
2026-03-31 09:48:05 -04:00
..