이 버전의 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.