ci: isolate release builds (#18133)

(cherry picked from commit d43c6eafaf)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-06-22 06:14:59 +00:00
committed by GitHub
parent 9c1a6bed7b
commit 1a919e0c3e

View File

@ -3,13 +3,16 @@
# Pull requests to not run these steps.
steps:
- command: "ci/publish-tarball.sh"
agents: "release-build"
timeout_in_minutes: 60
name: "publish tarball"
- wait
- command: "sdk/docker-solana/build.sh"
agents: "release-build"
timeout_in_minutes: 60
name: "publish docker"
- command: "ci/publish-crate.sh"
agents: "release-build"
timeout_in_minutes: 240
name: "publish crate"
branches: "!master"