Skip to content

Commit b404792

Browse files
authored
fix(api): do not load all components of project when running workflow (#5285)
1 parent 922c076 commit b404792

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

engine/api/workflow_run.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -797,10 +797,6 @@ func (api *API) postWorkflowRunHandler() service.Handler {
797797
project.LoadOptions.WithVariables,
798798
project.LoadOptions.WithFeatures(api.Cache),
799799
project.LoadOptions.WithIntegrations,
800-
project.LoadOptions.WithApplicationVariables,
801-
project.LoadOptions.WithApplicationWithDeploymentStrategies,
802-
project.LoadOptions.WithEnvironments,
803-
project.LoadOptions.WithPipelines,
804800
)
805801
next()
806802
if errP != nil {

0 commit comments

Comments
 (0)