Rerun Failed Jobs
Version updated for https://github.com/k1LoW/rerun-action to version v1.2.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The rerun-action GitHub Action automates the process of rerunning failed workflow jobs based on specific conditions, such as failure patterns in job logs or the failure of designated jobs. By leveraging the workflow_run event, it can trigger retries for failed jobs and their dependencies, reducing manual intervention and addressing transient or recoverable errors. Key features include conditional reruns based on customizable patterns, support for multiple jobs, and the ability to limit retry attempts.
What’s Changed
What’s Changed
- fix: add reran output to action by @k1LoW in https://github.com/k1LoW/rerun-action/pull/8
Full Changelog: https://github.com/k1LoW/rerun-action/compare/v1.1.0...v1.2.0