Skip to content

Commit 2f93b47

Browse files
committed
Hold only for PR
1 parent d4c0f29 commit 2f93b47

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
name: Hold
1717
runs-on: ubuntu-latest
1818
environment: experimental_android_build
19+
if: ${{ inputs.trigger == 'pr' }}
1920
steps:
2021
- run: echo "Waiting for manual approval..."
2122

@@ -55,6 +56,7 @@ jobs:
5556
runs-on: ubuntu-latest
5657
needs: [build-android]
5758
environment: upload_experimental_android
59+
if: ${{ inputs.trigger == 'pr' }}
5860
steps:
5961
- run: echo "Waiting for manual approval..."
6062

0 commit comments

Comments
 (0)