File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 != 'develop ' }}
18+ if : ${{ inputs.trigger == 'pr ' }}
1919 environment : experimental_android_build
2020 steps :
2121 - run : echo "Waiting for manual approval..."
2424 name : Build
2525 runs-on : ubuntu-latest
2626 needs : [build-hold]
27- if : ${{ inputs.type == 'experimental' }}
27+ if : ${{ inputs.type == 'experimental' && (always() && (needs.build-hold.result == 'success' || needs.build-hold.result == 'skipped')) }}
2828 outputs :
2929 VERSIONCODE : ${{ steps.version.outputs.VERSIONCODE }}
3030 steps :
9898 type : experimental
9999 FASTLANE_GOOGLE_SERVICE_ACCOUNT : ${{ secrets.FASTLANE_GOOGLE_SERVICE_ACCOUNT }}
100100 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
101- VERSIONCODE : ${{ needs.build-android.outputs.VERSIONCODE }}
101+ VERSIONCODE : ${{ needs.build-android.outputs.VERSIONCODE }}
You can’t perform that action at this time.
0 commit comments