advancedcsg-open/Workflow Check

Checks the last execution of a workflow for statuses and conclusions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
workflowThe ID of the workflow. You can also pass the workflow file name as a string.yes
passing-statusesA list of workflow statuses (comma separated) that will pass this action, if not provided, the action will succeed. If provided, both passing conditions need to be fulfilled. Can be one of: “queued”, “in_progress”, or “completed”.no
passing-conclusionsA list of workflow conclusions (comma separated) that will pass this action, if not provided, the action will succeed. If provided, both passing conditions need to be fulfilled. Can be one of the “success”, “failure”, “neutral”, “cancelled”, “skipped”, “timed_out”, or “action_required”.no
namedescription
conclusionCan be one of the “success”, “failure”, “neutral”, “cancelled”, “skipped”, “timed_out”, or “action_required”.
statusCan be one of: “queued”, “in_progress”, or “completed”.