.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
|
# based on https://github.com/ruby/actions-coverity-scan/blob/282dd059/.github/workflows/coverity-scan.yml
|
||||||
name: coverity-scan
|
name: coverity-scan
|
||||||
on:
|
on:
|
||||||
push
|
schedule:
|
||||||
#schedule:
|
- cron: '0 18 * * *' # Daily at 18:00 UTC
|
||||||
# - cron: '0 18 * * *' # Daily at 18:00 UTC
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
latest:
|
latest:
|
||||||
|
Loading…
Reference in New Issue
Block a user