Release
• 1 minute read

GitHub Actions: Workflow visualization

Summary

GitHub Actions can now generate a visual graph of your workflow on every run. With workflow visualization, you can view and understand complex workflows track progress of workflows in real-time…

GitHub Actions can now generate a visual graph of your workflow on every run. With workflow visualization, you can

  • view and understand complex workflows
  • track progress of workflows in real-time
  • troubleshoot runs quickly by easily accessing logs and jobs metadata
  • monitor progress of deployment jobs and easily access deployment targets

Workflow visualization for GitHub Actions is now available in a public beta. To view a visual graph of your workflow, simply navigate to the workflow home page and select the run for which you will like to see the graph.

graph example of a workflow run

For questions, visit the GitHub Actions community

To see what's next for Actions, visit our public roadmap

New Releases

Improvements

Deprecations

Back to top