Skip to content

Commit 6a65fe8

Browse files
committed
skip test
1 parent f9f089c commit 6a65fe8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
build-hold:
1616
name: Hold
1717
runs-on: ubuntu-latest
18-
environment: ${{ inputs.trigger == 'pr' && 'experimental_android_build' || '' }}
19-
if: ${{ inputs.trigger == 'pr' }}
18+
if: ${{ inputs.type != 'develop' }}
19+
environment: experimental_android_build
2020
steps:
2121
- run: echo "Waiting for manual approval..."
2222

@@ -56,7 +56,6 @@ jobs:
5656
runs-on: ubuntu-latest
5757
needs: [build-android]
5858
environment: upload_experimental_android
59-
if: ${{ inputs.trigger == 'pr' }}
6059
steps:
6160
- run: echo "Waiting for manual approval..."
6261

0 commit comments

Comments
 (0)