Skip to content

Commit

Permalink
fix(enterprise): fix workflow registration
Browse files Browse the repository at this point in the history
  • Loading branch information
thsig committed Sep 17, 2020
1 parent a4d5c23 commit 83c8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/commands/run/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 83c8c0a

Please sign in to comment.