Commit b775a1d
Add all-done aggregator job to prevent cancelled jobs appearing as failures
Cancelled jobs from concurrent workflow runs show as red failures in PR
checks. The all-done job depends on lint and docs (which aggregate all
build jobs), runs with if: always(), and only fails on real failures —
not cancellations or skips. Configure branch protection to require
All Done as the single required check.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 6a9f9f5 commit b775a1d
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
0 commit comments