ci(coverity): run every day instead of once/week

Neovim currently falls in the 100 kLOC - 500 kLOC bucket, which can scan
3x/day.
This commit is contained in:
James McCoy 2022-05-20 07:12:00 -04:00
parent 83f42e086a
commit 3e627f9e55
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -1,7 +1,7 @@
name: Coverity
on:
schedule:
- cron: '10 0 * * 1' # Run every Monday at 00:10
- cron: '10 0 * * *' # Run every day at 00:10
workflow_dispatch:
jobs: