commit 3e627f9e553d0e63597a3df870cb273b64b7e51f
parent 83f42e086ac76dbdb9fdd19ba82b3bd20c986fb3
Author: James McCoy <jamessan@jamessan.com>
Date: Fri, 20 May 2022 07:12:00 -0400
ci(coverity): run every day instead of once/week
Neovim currently falls in the 100 kLOC - 500 kLOC bucket, which can scan
3x/day.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml
@@ -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: