Skip to content

Commit 3cc651c

Browse files
committed
Use cron trigger for cmake_coverity job
1 parent 72e9bb3 commit 3cc651c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipelines/master/jobs.dsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ pipelineJob("dev/master/static_analysis/cmake_coverity") {
303303
disableConcurrentBuilds()
304304
pipelineTriggers {
305305
triggers {
306-
githubPush()
306+
cron('0 2 * * 5')
307307
}
308308
}
309309
}

0 commit comments

Comments
 (0)