mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user