Commit 93d5ac9
ci: run playbook guard on every PR so it can be required (#611)
The check-branches guard had a paths filter, so it only ran when
local-antora-playbook.yml changed. That meant it couldn't be made a
required status check: a required check skipped by a paths filter leaves
unrelated PRs stuck pending.
Remove the paths filters so the guard runs on every PR (and on push to
main). It passes fast when the playbook is standard. This makes it safe
to mark check-branches as a required status check, which would have
blocked PR #608 from merging with a non-standard branch reference.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>1 parent badff9d commit 93d5ac9
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | | - | |
6 | | - | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments