We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3538638 commit 1e36f0eCopy full SHA for 1e36f0e
1 file changed
packages/stack-shared/src/config/schema.ts
@@ -338,7 +338,7 @@ export function migrateConfigOverride(type: "project" | "branch" | "environment"
338
// BEGIN 2025-10-29: Removed workflows and everything associated with it
339
if (isBranchOrHigher) {
340
res = removeProperty(res, p => p[0] === "workflows");
341
- res = removeProperty(res, p => p[0] === "apps" && p[1] === "workflows");
+ res = removeProperty(res, p => p[0] === "apps" && p[1] === "installed" && p[2] === "workflows");
342
}
343
// END
344
0 commit comments