refactor: make production gate impact only
Memind CI / Test, build, and release guards (push) Has been cancelled

This commit is contained in:
john
2026-07-28 01:13:28 +08:00
parent 864197162d
commit 7a381db132
14 changed files with 195 additions and 98 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ try {
...selectImpactScenarios({
catalog,
changedPaths,
forceFullReasons: ancestry.code === 0
blockingReasons: ancestry.code === 0
? []
: [`deployed_commit_not_ancestor:${report.selection.base_commit}`],
}),