注: GitHub ホステッド ランナーは、現在 GitHub Enterprise Server でサポートされていません。 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.
-
リポジトリ名の下の [Actions] (アクション) をクリックします。
 タブ](https://github.github.com/docs-ghes-3.2/assets/cb-13492/images/help/repository/actions-tab.png)
-
左サイドバーで、表示するワークフローをクリックします。

-
ワークフロー実行の一覧で実行の名前をクリックすると、ワークフロー実行の概要が表示されます。

-
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