-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api,hooks): add manual workflow trigger #6911
Conversation
CDS Report build-cds#20370.0 ✔
|
CDS Report integration-cds#20370.0 ✘
|
CDS Report integration-cds#20370.1 ✔
|
@@ -247,6 +247,9 @@ type Configuration struct { | |||
WorkflowV2 struct { | |||
JobSchedulingTimeout int64 `toml:"jobSchedulingTimeout" comment:"Timeout delay for job scheduling (in seconds)" json:"jobSchedulingTimeout" default:"600"` | |||
} `toml:"workflowv2" comment:"######################\n 'Workflow V2' global configuration \n######################" json:"workflowv2"` | |||
Entity struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing toml annotation
CDS Report build-cds#20382.0 ✔
|
CDS Report integration-cds#20382.0 ✔
|
Quality Gate passedIssues Measures |
@ovh/cds