ci: isolate release builds

This commit is contained in:
Trent Nelson 2021-06-21 21:51:06 -06:00 committed by mergify[bot]
parent 3b1517237c
commit d43c6eafaf
1 changed files with 3 additions and 0 deletions

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"