.github/workflows/coverity-scan.yml: do scheduled coverity scan
This commit is contained in:
parent
c9837b9a9e
commit
8d3063b5d2
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
@ -1,9 +1,8 @@
|
||||
# based on https://github.com/ruby/actions-coverity-scan/blob/282dd059/.github/workflows/coverity-scan.yml
|
||||
name: coverity-scan
|
||||
on:
|
||||
push
|
||||
#schedule:
|
||||
# - cron: '0 18 * * *' # Daily at 18:00 UTC
|
||||
schedule:
|
||||
- cron: '0 18 * * *' # Daily at 18:00 UTC
|
||||
|
||||
jobs:
|
||||
latest:
|
||||
|
Loading…
Reference in New Issue
Block a user