From f71645b1b7f726b49dbda266869a7bd91a467a86 Mon Sep 17 00:00:00 2001 From: Priyesh Srivastava Date: Sun, 10 May 2026 16:27:39 +0530 Subject: [PATCH] Auto-rerun failed CircleCI release jobs --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5faad84a..9076bdf83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -581,6 +581,10 @@ jobs: workflows: release: + # Release builds are expensive. If a transient runner or network failure + # breaks one leg, CircleCI reruns only the failed job and blocked downstream + # publish job instead of rebuilding every successful platform artifact. + max_auto_reruns: 2 jobs: - pr-status: filters: