feat: support configuring repeatable deploy in deployment

This commit is contained in:
Fu Diwei
2025-01-19 06:02:49 +08:00
parent c71d14cafa
commit 5b613bcf84
9 changed files with 52 additions and 14 deletions

View File

@@ -136,5 +136,5 @@ func (a *applyNode) checkCanSkip(ctx context.Context, lastOutput *domain.Workflo
}
}
return false, "无历史申请记录"
return false, ""
}