diff --git a/engine/api/workflow_run.go b/engine/api/workflow_run.go index d134a9a2c3..df4775a4ee 100644 --- a/engine/api/workflow_run.go +++ b/engine/api/workflow_run.go @@ -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 {