-
Help me out |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 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 @mdazfar2, but i don't 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.
-
@ansiace 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:
|
Beta Was this translation helpful? Give feedback.
-
@ansiace It would be greatly appreciated and it will also help other users who might be looking for a solution to a similar issue. |
Beta Was this translation helpful? Give feedback.
-
@mdazfar2 please accept my sincere apologies on delayed response. Thank you so much for your assistance. |
Beta Was this translation helpful? Give feedback.
-
Hey there! 👋 Thanks for posting in the GitHub Community, @ansiace ! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category. The Accessibility category is a place for our community to discuss and provide feedback on the digital accessibility of GitHub products. Digital accessibility means that GitHub tools, and technologies, are designed and developed so that people with disabilities can use them. I've gone ahead and moved this to the correct category for you. Good luck! |
Beta Was this translation helpful? Give feedback.
@ansiace 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:
On the workflow run page, click on the "Re-run all jobs" button in the top-right corner of the page, next to the "Cancel workflow" button.
If there are no previous workflow runs that have failed or been cance…