Commit b620052
ci: collapse the push/pull_request double-fire in the concurrency group
`github.ref` cannot collapse a push and its pull_request run: the same commit
is refs/heads/<branch> on push and refs/pull/N/merge on the PR, so both go to
completion on identical bytes. `github.head_ref || github.ref` gives both events
one group key on a PR branch; head_ref is empty elsewhere, so pushes to the
default branch keep grouping by ref.
Marketing-wing half of the org-wide CI-minute sweep. Minutes here bill to the
personal account by design, so this is the one place the saving is not notional.
Per dogfood-swarm SKILL item 9.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 7ef0c27 commit b620052
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments