Skip to content

Commit 6d89a62

Browse files
committed
chore(ci): Enable CircleCi automatic workflow reruns.
Added the `max_auto_reruns` config to reduce the impact of temporary workflow failures due to transient issues. The automatic workflow reruns function similarly to manually selecting `Rerun workflow from failed` in the CircleCI web app. More info at https://circleci.com/docs/guides/orchestrate/automatic-reruns/ Signed-off-by: Paulo Vital <[email protected]>
1 parent 2ab7384 commit 6d89a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ jobs:
319319

320320
workflows:
321321
tests:
322+
max_auto_reruns: 2
322323
jobs:
323324
- python3x:
324325
matrix:

0 commit comments

Comments
 (0)