You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" (SELECT max(cd_workflow.id) as id from cd_workflow"+
695
695
" INNER JOIN cd_workflow_runner on cd_workflow.id = cd_workflow_runner.cd_workflow_id"+
696
-
" WHERE cd_workflow_runner.status != ?"+
696
+
" WHERE cd_workflow_runner.workflow_type = ? "+
697
+
" AND cd_workflow_runner.status != ?"+
697
698
" GROUP BY cd_workflow.pipeline_id"+
698
-
" ORDER BY cd_workflow.pipeline_id desc)", cdWorkflow.WorkflowInQueue).
699
+
" ORDER BY cd_workflow.pipeline_id desc)", apiBean.CD_WORKFLOW_TYPE_DEPLOY, cdWorkflow.WorkflowInQueue).
699
700
Where("(cd_workflow__pipeline.deployment_app_type=? or dc.deployment_app_type=?)", util.PIPELINE_DEPLOYMENT_TYPE_HELM, util.PIPELINE_DEPLOYMENT_TYPE_HELM).
0 commit comments