.github/workflows/coverity-scan.yml: do it on push for now

This commit is contained in:
Duncan Overbruck 2020-04-18 14:42:16 +02:00
parent 537ef657d2
commit 284f41c16c
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -1,8 +1,9 @@
# based on https://github.com/ruby/actions-coverity-scan/blob/282dd059/.github/workflows/coverity-scan.yml
name: coverity-scan
on:
schedule:
- cron: '0 18 * * *' # Daily at 18:00 UTC
push
#schedule:
# - cron: '0 18 * * *' # Daily at 18:00 UTC
jobs:
latest: