I used to have a 'Re-run all jobs' button in my GitHub runner, but it seems to have disappeared. I would appreciate any help in finding out how to get this button back. #51503
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
GitHub recently made some changes to the Actions UI, which removed the 'Re-run all jobs' button from the runner page. Instead, you can now re-run all jobs from the Actions tab in your repository. Here's how to re-run all jobs from the Actions tab:
This will trigger a new workflow run with all jobs re-run. Alternatively, if you want to re-run a specific job, you can do so by following these steps:
This will trigger a new workflow run with only the selected job re-run. Feel free to ask, if you have any further doubts. |
Beta Was this translation helpful? Give feedback.
-
appreciate your reply but i dont see "Re-run all jobs" when i click on the three dots in the top-right corner from the dropdown menu. |
Beta Was this translation helpful? Give feedback.
-
The "Re-run all jobs" option is only available in the Actions tab of a GitHub repository, and only if there are previous workflow runs that have failed or been cancelled. Here are the steps to find the "Re-run all jobs" option in the Actions tab of a GitHub repository:
If there are no previous workflow runs that have failed or been cancelled, the "Re-run all jobs" option will not be available. In that case, you can manually trigger a new workflow run by pushing a new commit or by using the "Run workflow" button in the Actions tab. |
Beta Was this translation helpful? Give feedback.
The "Re-run all jobs" option is only available in the Actions tab of a GitHub repository, and only if there are previous workflow runs that have failed or been cancelled.
Here are the steps to find the "Re-run all jobs" option in the Actions tab of a GitHub repository: