注意:GitHub Enterprise Server 目前不支持 GitHub 托管的运行器。 可以在 GitHub public roadmap 上查看有关未来支持计划的更多信息。
About re-running workflows and jobs
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 for up to 30 days after the initial run.
Re-running all the jobs in a workflow
-
On your GitHub Enterprise Server instance, navigate to the main page of the repository.
-
在� 的存储库名称下,单击 “操作”。
-
在左侧边� �中,单击您想要查看的工作流程。
-
在工作流运行列表中,单击运行的名称以查看工作流运行摘要。
-
In the upper-right corner of the workflow, use the Re-run jobs drop-down menu, and select Re-run all jobs.
若要详细了解 GitHub CLI,请参阅“关于 GitHub CLI”。
To re-run a failed workflow run, use the run rerun
subcommand. Replace run-id
with the ID of the failed run that you want to re-run. If you don't specify a run-id
, GitHub CLI returns an interactive menu for you to choose a recent failed run.
gh run rerun RUN_ID
To view the progress of the workflow run, use the run watch
subcommand and select the run from the interactive list.
gh run watch