Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading