.github/workflows/coverity-scan.yml: do scheduled coverity scan

This commit is contained in:
Duncan Overbruck 2020-04-18 15:45:33 +02:00
parent c9837b9a9e
commit 8d3063b5d2
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -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: