Skip to content

Commit

Permalink
ci(coverity): run every day instead of once/week
Browse files Browse the repository at this point in the history
Neovim currently falls in the 100 kLOC - 500 kLOC bucket, which can scan
3x/day.
  • Loading branch information
jamessan authored and kraftwerk28 committed Jun 1, 2022
1 parent 84a2162 commit 5a84be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5a84be2

Please sign in to comment.