Skip to content

Commit 3fbc534

Browse files
committed
test ios
1 parent a811081 commit 3fbc534

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ jobs:
7979
build_and_deploy_android:
8080
runs-on: ubuntu-latest
8181
timeout-minutes: 15
82-
if: ${{ github.event_name == 'push' || inputs.build_android == true }}
82+
# if: ${{ github.event_name == 'push' || inputs.build_android == true }}
83+
if: false
8384
steps:
8485
- name: Install Bot SSH Key
8586
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)