Replies: 1 comment
-
Yeah, unfortunately, Github API Documentation is not super accurate. Apparently, there are two fields being used for defining the state in combination, I also observed two possible values for the status field. The rest of the states are defined in the conclusion field. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I checked the logs of
actions-runner-controller
,github-webhook-server
andrunner
logs.There is only
queued
andcompleted
status for a workflow run status.How about these status described in the API doc https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28
Can be one of: completed, action_required, cancelled, failure, neutral, skipped, stale, success, timed_out, in_progress, queued, requested, waiting, pending
Beta Was this translation helpful? Give feedback.
All reactions