mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-09 03:22:40 +00:00
fix(ci): keep ci workflow edits off fast-only routing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user