mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 02:38:11 +00:00
fix(ci): keep ci workflow edits off fast-only routing
This commit is contained in:
@@ -689,7 +689,6 @@ describe("detectChangedScope", () => {
|
||||
it("identifies CI routing changes as fast Node-only CI scope", () => {
|
||||
expect(
|
||||
detectNodeFastScope([
|
||||
".github/workflows/ci.yml",
|
||||
"scripts/check-changed.mjs",
|
||||
"scripts/ci-changed-scope.mjs",
|
||||
"scripts/run-vitest.mjs",
|
||||
@@ -708,6 +707,14 @@ describe("detectChangedScope", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("keeps CI workflow edits off fast-only scope so native lanes can run", () => {
|
||||
expect(detectNodeFastScope([".github/workflows/ci.yml"])).toEqual({
|
||||
runFastOnly: false,
|
||||
runPluginContracts: false,
|
||||
runCiRouting: false,
|
||||
});
|
||||
});
|
||||
|
||||
it("keeps broad source changes on the full Node CI scope", () => {
|
||||
expect(
|
||||
detectNodeFastScope([
|
||||
|
||||
Reference in New Issue
Block a user