We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922c076 commit b404792Copy full SHA for b404792
engine/api/workflow_run.go
@@ -797,10 +797,6 @@ func (api *API) postWorkflowRunHandler() service.Handler {
797
project.LoadOptions.WithVariables,
798
project.LoadOptions.WithFeatures(api.Cache),
799
project.LoadOptions.WithIntegrations,
800
- project.LoadOptions.WithApplicationVariables,
801
- project.LoadOptions.WithApplicationWithDeploymentStrategies,
802
- project.LoadOptions.WithEnvironments,
803
- project.LoadOptions.WithPipelines,
804
)
805
next()
806
if errP != nil {
0 commit comments