]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[ci] Disable redundant scheduled execution of Coverity Scan
authorMichael Brown <mcb30@ipxe.org>
Fri, 5 Feb 2021 11:59:27 +0000 (11:59 +0000)
committerMichael Brown <mcb30@ipxe.org>
Fri, 5 Feb 2021 11:59:27 +0000 (11:59 +0000)
The scheduled Coverity Scan run is triggered by an external mechanism
that synchronises the coverity_scan branch with the master branch.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
.github/workflows/coverity.yml

index b5496f56f023634edf2098abce71cde94c12b0f0..20634be42ab1a96e73aabf1bf5bc10221e7c6cef 100644 (file)
@@ -4,8 +4,6 @@ on:
   push:
     branches:
       - coverity_scan
-  schedule:
-    - cron: '30 0 * * *'
 
 jobs:
   submit: