Observação: no momento, não há suporte para os executores hospedados no GitHub no GitHub Enterprise Server. Você pode ver mais informações sobre o suporte futuro planejado no 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.
-
Abaixo do nome do repositório, clique em Actions.
-
Na barra lateral esquerda, clique no fluxo de trabalho que deseja ver.
-
Na lista de execuções de fluxo de trabalho, clique no nome da execução para ver o resumo da execução do fluxo de trabalho.
-
In the upper-right corner of the workflow, use the Re-run jobs drop-down menu, and select Re-run all jobs.