Issue 489 · Week of May 20, 2026
Feed Jobs Search Platform About Donate
← Back to feed / //dotnet

How to Automatically Rerun Failed GitHub Actions Workflows

Read full article Discuss
GitHub Actions does not have a way to rerun a job by itself if it fails. You can use the workflow_run event to start a new workflow when one did not pass, which helps to do this step without manual work.