mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
ci: add orchestrator workflow file to PR path triggers
After a force push, GitHub evaluates path filters against only the pushed commits, not the full PR diff. Changes to the orchestrator workflow file itself were not matching the docs/** path filter, preventing the orchestrator from running on the PR. Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
parent
61a67b3a09
commit
d63f47b5b3
1
.github/workflows/docs-orchestrator.yml
vendored
1
.github/workflows/docs-orchestrator.yml
vendored
@ -14,6 +14,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "docs/**"
|
||||
- ".github/workflows/docs-orchestrator.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user