跳到主要内容

使用可视化图表

每次工作流运行都会生成一个实时图表,用于说明运行进度。您可以使用此图表来监控和调试工作流。

  1. 在 GitHub 上,导航到仓库的主页。

  2. 在您的仓库名称下,单击 Actions.

    Screenshot of the tabs for the "github/docs" repository. The "Actions" tab is highlighted with an orange outline.

  3. 在左侧边栏中,单击您要查看的工作流。

    Screenshot of the left sidebar of the "Actions" tab. A workflow, "CodeQL," is outlined in dark orange.

  4. 在工作流运行列表中,单击运行的名称以查看工作流运行摘要。

  5. 图表显示工作流中的每个作业。作业名称左侧的图标指示作业的状态。作业之间的线条表示依赖关系。

    Screenshot of the visualization graph of a workflow run.

  6. 要查看作业日志,请单击该作业。