mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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:
parent
68f4e5c0fa
commit
a6426d7e7a
4
.github/workflows/coverity-scan.yml
vendored
4
.github/workflows/coverity-scan.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: coverity-scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
schedule:
|
||||
- cron: '0 10 * * *' # Once a day
|
||||
|
||||
jobs:
|
||||
latest:
|
||||
|
|
Loading…
Reference in New Issue
Block a user