File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5555 name : Upload Hold
5656 runs-on : ubuntu-latest
5757 needs : [build-android]
58+ if : ${{ inputs.trigger == 'pr' }}
5859 environment : upload_experimental_android
5960 steps :
6061 - run : echo "Waiting for manual approval..."
Original file line number Diff line number Diff line change 1515 build-hold :
1616 name : Hold
1717 runs-on : ubuntu-latest
18+ if : ${{ inputs.trigger == 'pr' }}
1819 environment : experimental_ios_build
1920 steps :
2021 - run : echo "Waiting for manual approval..."
Original file line number Diff line number Diff line change 1515 build-hold :
1616 name : Hold
1717 runs-on : ubuntu-latest
18+ if : ${{ inputs.trigger == 'pr' }}
1819 environment : official_android_build
1920 steps :
2021 - run : echo "Waiting for manual approval..."
5354 upload-hold :
5455 name : Upload Hold
5556 runs-on : ubuntu-latest
57+ if : ${{ inputs.trigger == 'pr' }}
5658 environment : upload_official_android
5759 needs : [build-android]
5860 steps :
Original file line number Diff line number Diff line change 1515 build-hold :
1616 name : Hold
1717 runs-on : ubuntu-latest
18+ if : ${{ inputs.trigger == 'pr' }}
1819 environment : official_ios_build
1920 steps :
2021 - run : echo "Waiting for manual approval..."
5455 upload-hold :
5556 name : Upload Hold
5657 runs-on : ubuntu-latest
58+ if : ${{ inputs.trigger == 'pr' }}
5759 environment : upload_official_ios
5860 needs : [build-ios]
5961 steps :
You can’t perform that action at this time.
0 commit comments