Type Alias github_webhook::payload_types::DeploymentWorkflowRunConclusion
source · pub type DeploymentWorkflowRunConclusion = CheckRunCompletedEventCheckRunCheckSuiteConclusion;
Aliased Type§
enum DeploymentWorkflowRunConclusion {
ActionRequired,
Cancelled,
Failure,
Neutral,
Stale,
Success,
TimedOut,
}