From d79f504c0c390d40de3d27546ab27bc44b03516c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 5 Feb 2021 11:59:27 +0000 Subject: [PATCH] [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 --- .github/workflows/coverity.yml | 2 -- 1 file changed, 2 deletions(-) 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: