fix(ci): keep ci workflow edits off fast-only routing

This commit is contained in:
Vincent Koc
2026-06-16 20:27:45 +02:00
parent 3ad3cc61b8
commit 76658cd159
6 changed files with 31 additions and 4 deletions

View File

@@ -484,6 +484,13 @@ describe("scripts/test-projects changed-target routing", () => {
});
});
it("keeps CI workflow edits on workflow guard tests", () => {
expect(resolveChangedTestTargetPlan([".github/workflows/ci.yml"])).toEqual({
mode: "targets",
targets: ["test/scripts/ci-workflow-guards.test.ts"],
});
});
it("keeps Crabbox and Testbox workflow edits on workflow regression tests", () => {
for (const workflowPath of [
".github/workflows/ci-check-testbox.yml",