Commit 31ba500
committed
docs: key the concurrency group on the ref
A constant `pages` group meant every PR docs build contended for one slot.
GitHub cancels the pending run in a group when a new one queues, so a burst
of Dependabot PRs left all but the last with no `build` check at all -- and
`build` is a required status check, so those PRs sat BLOCKED forever.
Keyed on github.ref, PR builds no longer collide. cancel-in-progress is on
only for pull_request, so a default-branch Pages deployment is never killed
mid-flight.1 parent 2d35df7 commit 31ba500
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments