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 fe80f1b commit fb863caCopy full SHA for fb863ca
.github/workflows/fv_pipelines.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- master
7
- schedule:
8
- # FV Android and iOS only once a month besides the master merges runs
9
- - cron: '* 5 1 * *'
10
11
jobs:
12
fv-build-ios-network-test:
@@ -37,4 +34,4 @@ jobs:
37
34
run: ls -la ${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake && ls -la ${ANDROID_NDK_HOME}/prebuilt && ls -la ${ANDROID_NDK_HOME}/ndk-build
38
35
- name: Android Emulator Test
39
36
run: scripts/android/build-test-emulator.sh
40
- shell: bash
+ shell: bash
0 commit comments