mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:50:42 +00:00
refactor: deduplicate changed lane detection
This commit is contained in:
@@ -734,9 +734,6 @@ export function resolveChangedTestTargetPlan(changedPaths, options = {}) {
|
||||
targets.push(changedPath);
|
||||
}
|
||||
}
|
||||
if (useBroadFallback && changedLanes.lanes.all) {
|
||||
return { mode: "broad", targets: [] };
|
||||
}
|
||||
if (useBroadFallback && changedLanes.extensionImpactFromCore) {
|
||||
targets.push("extensions");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user