diff --git a/core/src/commands/run/workflow.ts b/core/src/commands/run/workflow.ts index 41c0cdb021..36f2ceec5d 100644 --- a/core/src/commands/run/workflow.ts +++ b/core/src/commands/run/workflow.ts @@ -349,7 +349,7 @@ export function logErrors( async function registerAndSetUid(garden: Garden, log: LogEntry, config: WorkflowConfig) { const enterpriseContext = makeEnterpriseContext(garden) - if (enterpriseContext && !gardenEnv.GARDEN_GE_SCHEDULED) { + if (enterpriseContext) { const workflowRunUid = await registerWorkflowRun({ enterpriseContext, workflowConfig: config,