mirror of https://github.com/ipxe/ipxe.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 <mcb30@ipxe.org>pull/252/head
parent
831f17f66f
commit
d79f504c0c
|
@ -4,8 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- coverity_scan
|
- coverity_scan
|
||||||
schedule:
|
|
||||||
- cron: '30 0 * * *'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
submit:
|
submit:
|
||||||
|
|
Loading…
Reference in New Issue