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