feat: support configuring repeatable deploy in deployment
This commit is contained in:
@@ -119,6 +119,7 @@ export type WorkflowNodeConfigForDeploy = {
|
||||
provider: string;
|
||||
providerAccessId: string;
|
||||
providerConfig: Record<string, unknown>;
|
||||
skipOnLastSucceeded: boolean;
|
||||
};
|
||||
|
||||
export type WorkflowNodeConfigForNotify = {
|
||||
|
||||
Reference in New Issue
Block a user