From 1aa075fc2fd436c82d7cd9fbf305e5beb4e5eb27 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Tue, 11 Jul 2023 12:34:22 +0800 Subject: [PATCH] ci: allow retrying publish-crate although passed (#32441) ci: allow publish crate retry although passed --- ci/buildkite-secondary.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/buildkite-secondary.yml b/ci/buildkite-secondary.yml index 7dfa2a701..83ebca7d9 100644 --- a/ci/buildkite-secondary.yml +++ b/ci/buildkite-secondary.yml @@ -28,6 +28,9 @@ steps: command: "ci/publish-crate.sh" agents: queue: "release-build" + retry: + manual: + permit_on_passed: true timeout_in_minutes: 240 branches: "!master" - name: "publish tarball (aarch64-apple-darwin)"