From d63f47b5b35c4936f9178cd300eaa3501fdec2d6 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 9 Feb 2026 09:50:29 -0800 Subject: [PATCH] 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 --- .github/workflows/docs-orchestrator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs-orchestrator.yml b/.github/workflows/docs-orchestrator.yml index 5f6d36b0a9..9f6d8877a0 100644 --- a/.github/workflows/docs-orchestrator.yml +++ b/.github/workflows/docs-orchestrator.yml @@ -14,6 +14,7 @@ on: pull_request: paths: - "docs/**" + - ".github/workflows/docs-orchestrator.yml" workflow_dispatch: concurrency: