We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a811081 commit 3fbc534Copy full SHA for 3fbc534
.github/workflows/build_nightly.yml
@@ -79,7 +79,8 @@ jobs:
79
build_and_deploy_android:
80
runs-on: ubuntu-latest
81
timeout-minutes: 15
82
- if: ${{ github.event_name == 'push' || inputs.build_android == true }}
+# if: ${{ github.event_name == 'push' || inputs.build_android == true }}
83
+ if: false
84
steps:
85
- name: Install Bot SSH Key
86
uses: webfactory/[email protected]
0 commit comments