此版本的 GitHub Enterprise 已停止服务 2021-09-23. 即使针对重大安全问题,也不会发布补丁。 要获得更好的性能、改进的安全性和新功能,请升级到 GitHub Enterprise 的最新版本。 如需升级方面的帮助,请联系 GitHub Enterprise 支持

重新运行工作流程

You can re-run an instance of a workflow up to 30 days after the initial run.

People with write permissions to a repository can re-run workflows in the repository.

注:GitHub Enterprise Server 2.22 上的 GitHub Actions 支持是有限的公测版。 测试已结束。 GitHub Actions 现在一般可用于 GitHub Enterprise Server 3.0 或更新版本。 更多信息请参阅 GitHub Enterprise Server 3.0 发行说明


注: GitHub 托管的运行器目前在 GitHub Enterprise Server 上不受支持。 您可以在 GitHub 公共路线图 上查看有关未来支持计划的更多信息。

Re-running a workflow uses the same GITHUB_SHA (commit SHA) and GITHUB_REF (Git ref) of the original event that triggered the workflow run. You can re-run a workflow up to 30 days after the initial run.

  1. 在 GitHub Enterprise Server 上,导航到仓库的主页面。
  2. 在仓库名称下,单击 Actions(操作)主仓库导航中的操作选项卡
  3. 在左侧边栏中,单击您想要查看的工作流程。 左侧边栏中的工作流程列表
  4. 从工作流程运行列表中,单击要查看的运行的名称。 工作流程运行的名称
  5. 在工作流程的右上角,使用 Re-run jobs(重新运行作业)下拉菜单并选择 Re-run all jobs(重新运行所有作业)Re-run checks drop-down menu

To learn more about GitHub CLI, see "About GitHub CLI."

要重新运行失败的工作流程运行,请使用 run rerun 子命令。 将 run-id 替换为您想要重新运行的已失败运行的 ID。 如果您没有指定 run-id,GitHub CLI 将返回一个交互式菜单,供您选择最近失败的运行。

gh run rerun run-id

要查看工作流程运行的进度,请使用 run watch 子命令,并从交互式列表中选择运行。

gh run watch