Skip to content

Commit 6c402df

Browse files
Merge pull request #9615 from circleci/formatting-fix-auto-rerun
formatting bullet lists
2 parents d905403 + e67377e commit 6c402df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guides/modules/orchestrate/pages/automatic-reruns.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,15 @@ When both automatic step reruns and automatic workflow reruns are configured tog
122122
=== Automatic rerun criteria
123123

124124
CircleCI monitors *workflow* completion status and automatically triggers a "rerun from failed" operation when the following criteria are met. This ensures that only failed jobs and their dependencies are rerun, while successful jobs from the original workflow are not repeated.
125+
125126
* The workflow status is "failed".
126127
* The `max_auto_reruns` value is specified in the configuration.
127128
* The number of remaining rerun attempts is greater than zero, and less than or equal to the specified `max_auto_reruns` value.
128129
* The workflow is not a manual rerun.
129130
* The pipeline is not older than 90 days.
130131

131132
CircleCI monitors *step* completion status and automatically reruns a failed step when the following criteria are met:
133+
132134
* The step status is "failed".
133135
* The `max_auto_reruns` value is specified for the step in the configuration.
134136
* The number of remaining rerun attempts is greater than zero, and less than or equal to the specified `max_auto_reruns` value.

0 commit comments

Comments
 (0)