Skip to main content

Эта версия GitHub Enterprise Server будет прекращена 2025-08-27. Исправления выпускаться не будут даже при критических проблемах безопасности. Для повышения производительности, повышения безопасности и новых функций выполните обновление до последней версии GitHub Enterprise Server. Чтобы получить справку по обновлению, обратитесь в службу поддержки GitHub Enterprise.

Monitor workflows

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

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.

Enabling debug logging

If the workflow logs do not provide enough detail to diagnose why a workflow, job, or step is not working as expected, you can enable additional debug logging.