.github/workflows/coverity-scan.yml: do it on push for now
This commit is contained in:
parent
537ef657d2
commit
284f41c16c
5
.github/workflows/coverity-scan.yml
vendored
5
.github/workflows/coverity-scan.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user