Back to Developer Roadmap

Workflow Status

src/data/roadmaps/git-github/content/[email protected]

4.0579 B
Original Source

Workflow Status

Workflow status in GitHub Actions refers to the current state of a workflow run. It can be one of the following:

  • Pending: The workflow is waiting for an event to trigger it.
  • In Progress: The workflow is currently running.
  • Completed: The workflow has finished running.
  • Failed: The workflow has failed due to an error.

Learn more from the following resources: