mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
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>