Skip to content

Commit

Permalink
v1.16: ci: allow retrying publish-crate although passed (backport of #…
Browse files Browse the repository at this point in the history
…32441) (#32453)

ci: allow retrying publish-crate although passed (#32441)

ci: allow publish crate retry although passed
(cherry picked from commit 1aa075f)

Co-authored-by: Yihau Chen <[email protected]>
  • Loading branch information
mergify[bot] and yihau authored Jul 11, 2023
1 parent 1f58730 commit b96a194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/buildkite-secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit b96a194

Please sign in to comment.