chore: Make coverity scan a nightly job.

Instead of on every push. It only produces results once a day anyway.
This commit is contained in:
iphydf 2022-02-19 02:47:36 +00:00
parent 68f4e5c0fa
commit a6426d7e7a
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,8 +1,8 @@
name: coverity-scan
on:
push:
branches: [master]
schedule:
- cron: '0 10 * * *' # Once a day
jobs:
latest: