diff options
author | Michael Brown <mcb30@ipxe.org> | 2021-02-05 11:59:27 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2021-02-05 11:59:27 +0000 |
commit | d79f504c0c390d40de3d27546ab27bc44b03516c (patch) | |
tree | 7477a26656f6f78a86306b824a74d1e252841bb1 | |
parent | 831f17f66f9d0082509343de2cf57f9478d877e0 (diff) | |
download | ipxe-d79f504c0c390d40de3d27546ab27bc44b03516c.zip ipxe-d79f504c0c390d40de3d27546ab27bc44b03516c.tar.gz ipxe-d79f504c0c390d40de3d27546ab27bc44b03516c.tar.bz2 |
[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 <mcb30@ipxe.org>
-rw-r--r-- | .github/workflows/coverity.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index b5496f5..20634be 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: |