mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 23:15:10 +03:00
[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>
This commit is contained in:
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@@ -4,8 +4,6 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- coverity_scan
|
- coverity_scan
|
||||||
schedule:
|
|
||||||
- cron: '30 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
submit:
|
submit:
|
||||||
|
|||||||
Reference in New Issue
Block a user