Skip to content

Commit fe19bc5

Browse files
committed
correct label
1 parent 6a65fe8 commit fe19bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build-hold:
1616
name: Hold
1717
runs-on: ubuntu-latest
18-
if: ${{ inputs.type != 'develop' }}
18+
if: ${{ inputs.trigger != 'develop' }}
1919
environment: experimental_android_build
2020
steps:
2121
- run: echo "Waiting for manual approval..."

0 commit comments

Comments
 (0)