Skip to main content

This version of GitHub Enterprise Server will be discontinued on 2024-09-24. 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.

Monitoring workflows

You can monitor GitHub Actions workflows by using tools like the visualization graph and run logs.

About monitoring workflows

You can use the tools in GitHub Actions to monitor your workflows.

Notifications for workflow runs

You can subscribe to notifications about workflow runs that you trigger.

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.

Viewing workflow run history

You can view logs for each run of a workflow. Logs include the status for each job and step in a workflow.

Adding a workflow status badge

You can display a status badge in your repository to indicate the status of your workflows.

Using workflow run logs

You can view, search, and download the logs for each job in a workflow run.