Skip to content

Commit 4443e57

Browse files
committed
opt
1 parent b6156f0 commit 4443e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/workflow/cd/read/CdWorkflowRunnerReadService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (impl *CdWorkflowRunnerReadServiceImpl) GetWfrStatusForLatestRunners(pipeli
119119
}
120120

121121
if _, ok := cdWorfklowLatestMap[item.Id]; !ok {
122-
pipelinesAbsentInCache[item.Id] = append(pipelinesAbsentInCache[item.Id], bean2.CD_WORKFLOW_TYPE_PRE, bean2.CD_WORKFLOW_TYPE_POST, bean2.CD_WORKFLOW_TYPE_DEPLOY)
122+
pipelinesAbsentInCache[item.Id] = append(pipelinesAbsentInCache[item.Id], bean2.CD_WORKFLOW_TYPE_DEPLOY)
123123
if isPreCDConfigured {
124124
pipelinesAbsentInCache[item.Id] = append(pipelinesAbsentInCache[item.Id], bean2.CD_WORKFLOW_TYPE_PRE)
125125
}

0 commit comments

Comments
 (0)