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

@@ -119,6 +119,7 @@ export type WorkflowNodeConfigForDeploy = {
provider: string;
providerAccessId: string;
providerConfig: Record<string, unknown>;
skipOnLastSucceeded: boolean;
};
export type WorkflowNodeConfigForNotify = {