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 2f93b47 commit f9f089cCopy full SHA for f9f089c
.github/workflows/build-android.yml
@@ -15,7 +15,7 @@ jobs:
15
build-hold:
16
name: Hold
17
runs-on: ubuntu-latest
18
- environment: experimental_android_build
+ environment: ${{ inputs.trigger == 'pr' && 'experimental_android_build' || '' }}
19
if: ${{ inputs.trigger == 'pr' }}
20
steps:
21
- run: echo "Waiting for manual approval..."
0 commit comments