You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Try to migrate existing workflows, but only if they aren't on a pinned version and a local workflow doesn't exist.
298
+
// If a local workflow exists, calling updateWorkflowFile will cause local overrides to be persisted to the real workflow.yaml file.
299
+
// There's probably a more robust solution here, perhaps applying the local override at a different point in the process, but this is good enough for now.
0 commit comments