From: Michael Brown Date: Fri, 5 Feb 2021 11:59:27 +0000 (+0000) Subject: [ci] Disable redundant scheduled execution of Coverity Scan X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79f504c0c390d40de3d27546ab27bc44b03516c;p=thirdparty%2Fipxe.git [ci] Disable redundant scheduled execution of Coverity Scan 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 --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b5496f56f..20634be42 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -4,8 +4,6 @@ on: push: branches: - coverity_scan - schedule: - - cron: '30 0 * * *' jobs: submit: