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