VOOZH about

URL: https://docs.github.com/en/enterprise-server@3.9/actions/monitoring-and-troubleshooting-workflows/using-the-visualization-graph

⇱ Using the visualization graph - GitHub Enterprise Server 3.9 Docs


Skip to main content

This version of GitHub Enterprise Server was discontinued on 2024-07-09. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.

Using the visualization graph

Every workflow run generates a real-time graph that illustrates the run progress. You can use this graph to monitor and debug workflows.

Note: GitHub-hosted runners are not currently supported on GitHub Enterprise Server. You can see more information about planned future support on the GitHub public roadmap.

  1. On your GitHub Enterprise Server instance, navigate to the main page of the repository.

  2. Under your repository name, click Actions.

  3. In the left sidebar, click the workflow you want to see.

  4. From the list of workflow runs, click the name of the run to see the workflow run summary.

  5. The graph displays each job in the workflow. An icon to the left of the job name indicates the status of the job. Lines between jobs indicate dependencies.

  6. To view a job's log, click the job.