Skip to content

Commit

Permalink
fix(api): check region is missing organization after workflow outgoin…
Browse files Browse the repository at this point in the history
…g hook (#6052)
  • Loading branch information
richardlt authored Jan 7, 2022
1 parent e980d9d commit ded71f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/api/workflow_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ func (api *API) updateParentWorkflowRun(ctx context.Context, run *sdk.WorkflowRu
project.LoadOptions.WithIntegrations,
project.LoadOptions.WithApplicationVariables,
project.LoadOptions.WithApplicationWithDeploymentStrategies,
project.LoadOptions.WithGroups,
)
if err != nil {
return sdk.WrapError(err, "cannot load project")
Expand Down

0 comments on commit ded71f7

Please sign in to comment.