[CHORE] Add hold step for ios and android build experimental (#2943)

* [CHORE] Add hold step for ios-build-experimental and android-build-experimental

* Android hold step

* add ios hold step

Co-authored-by: Diego Mello <diegolmello@gmail.com>
This commit is contained in:
Gung Wah 2021-02-26 20:28:12 +08:00 committed by GitHub
parent e98116587d
commit 0957671056
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 2 deletions

View File

@ -416,9 +416,13 @@ workflows:
- lint-testunit
# iOS Experimental
- ios-hold-build-experimental:
type: approval
requires:
- lint-testunit
- ios-build-experimental:
requires:
- lint-testunit
- ios-hold-build-experimental
- ios-hold-testflight-experimental:
type: approval
requires:
@ -444,9 +448,13 @@ workflows:
- ios-hold-testflight-official
# Android Experimental
- android-hold-build-experimental:
type: approval
requires:
- lint-testunit
- android-build-experimental:
requires:
- lint-testunit
- android-hold-build-experimental
- android-hold-google-play-beta-experimental:
type: approval
requires: