Skip to content

Commit fb863ca

Browse files
authored
Update fv_pipelines.yml (#1542)
Remove schedule: run fv pipe for every master commit. Relates-To: MINOR Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
1 parent fe80f1b commit fb863ca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/fv_pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
schedule:
8-
# FV Android and iOS only once a month besides the master merges runs
9-
- cron: '* 5 1 * *'
107

118
jobs:
129
fv-build-ios-network-test:
@@ -37,4 +34,4 @@ jobs:
3734
run: ls -la ${ANDROID_NDK_HOME}/build/cmake/android.toolchain.cmake && ls -la ${ANDROID_NDK_HOME}/prebuilt && ls -la ${ANDROID_NDK_HOME}/ndk-build
3835
- name: Android Emulator Test
3936
run: scripts/android/build-test-emulator.sh
40-
shell: bash
37+
shell: bash

0 commit comments

Comments
 (0)