ci: allow retrying mac publishing steps (#32899)

This commit is contained in:
Yihau Chen 2023-08-19 21:12:44 +08:00 committed by GitHub
parent 7bd7410592
commit aa4598d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -37,9 +37,15 @@ steps:
command: "ci/publish-tarball.sh"
agents:
queue: "release-build-aarch64-apple-darwin"
retry:
manual:
permit_on_passed: true
timeout_in_minutes: 60
- name: "publish tarball (x86_64-apple-darwin)"
command: "ci/publish-tarball.sh"
agents:
queue: "release-build-x86_64-apple-darwin"
retry:
manual:
permit_on_passed: true
timeout_in_minutes: 60