Skip to content

Commit f9f089c

Browse files
committed
env 2
1 parent 2f93b47 commit f9f089c

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-
environment: experimental_android_build
18+
environment: ${{ inputs.trigger == 'pr' && 'experimental_android_build' || '' }}
1919
if: ${{ inputs.trigger == 'pr' }}
2020
steps:
2121
- run: echo "Waiting for manual approval..."

0 commit comments

Comments
 (0)