We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f089c commit 6a65fe8Copy full SHA for 6a65fe8
.github/workflows/build-android.yml
@@ -15,8 +15,8 @@ jobs:
15
build-hold:
16
name: Hold
17
runs-on: ubuntu-latest
18
- environment: ${{ inputs.trigger == 'pr' && 'experimental_android_build' || '' }}
19
- if: ${{ inputs.trigger == 'pr' }}
+ if: ${{ inputs.type != 'develop' }}
+ environment: experimental_android_build
20
steps:
21
- run: echo "Waiting for manual approval..."
22
@@ -56,7 +56,6 @@ jobs:
56
57
needs: [build-android]
58
environment: upload_experimental_android
59
60
61
62
0 commit comments