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

ci: allow publish crate retry although passed
This commit is contained in:
Yihau Chen 2023-07-11 12:34:22 +08:00 committed by GitHub
parent bcb9fb748e
commit 1aa075fc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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)"