Commit 57a8e6b
ci: give the e2e workflow its own concurrency group (#263)
Root cause of both v2.9.0 release failures: in a workflow_call context,
`github.workflow` resolves to the CALLER's workflow name, so e2e.yml's
concurrency group evaluated to release.yml's exact group
(`Release-refs/tags/v2.9.0`) with cancel-in-progress: false - the called
run deadlocked behind its own parent and failed at startup with zero
jobs. Standalone dispatch worked (group E2E-...), which is why this
never surfaced before the first gated release. A literal `e2e-` prefix
keeps per-ref dedup for manual dispatches while never colliding with a
caller. The v2.9.0 tag will be re-pointed after merge.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_015jEKvjBzVjaWLq6o5zg2PV
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 799f828 commit 57a8e6b
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
26 | 32 | | |
27 | | - | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments