From 6d89a6273aefd4d347f37495f556a6fdac575c47 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Tue, 7 Oct 2025 07:12:29 +0200 Subject: [PATCH] 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 --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1bba6674..a06d8287 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -319,6 +319,7 @@ jobs: workflows: tests: + max_auto_reruns: 2 jobs: - python3x: matrix: