fix(ci): docs-redirects-only commits fire a CI run so the release gate gets a verdict

The push/pull_request paths filters covered docs/panel/motion but not
docs-redirects/**, so a redirect-stub commit landing as the slave tip
produced no CI run and the fail-closed release-readiness gate read
"unknown" — blocking every release proposal until unrelated code landed.
This commit is contained in:
Renn F
2026-07-25 00:13:16 +02:00
parent 803638e8e9
commit 9b407d764d
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -46,6 +46,10 @@ on:
# can still turn the gate red — without this it fires no run and a PR
# merges on a false green.
- 'motion/**'
# The Pages redirect stubs land on slave alone; a docs-redirects-only
# tip fired no run, and the fail-closed release gate read the missing
# conclusion as "unknown" — silently blocking every release proposal.
- 'docs-redirects/**'
pull_request:
branches:
- master
@@ -70,6 +74,7 @@ on:
- 'CHANGELOG.md'
- 'docs/**'
- 'motion/**'
- 'docs-redirects/**'
workflow_dispatch:
# A fleet branch that's also an open PR head can get both a `push` and a