Skip to content

Commit

Permalink
fix(api): do not load all components of project when running workflow (
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlt authored Jun 30, 2020
1 parent 922c076 commit b404792
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engine/api/workflow_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,6 @@ func (api *API) postWorkflowRunHandler() service.Handler {
project.LoadOptions.WithVariables,
project.LoadOptions.WithFeatures(api.Cache),
project.LoadOptions.WithIntegrations,
project.LoadOptions.WithApplicationVariables,
project.LoadOptions.WithApplicationWithDeploymentStrategies,
project.LoadOptions.WithEnvironments,
project.LoadOptions.WithPipelines,
)
next()
if errP != nil {
Expand Down

0 comments on commit b404792

Please sign in to comment.