github: coverity.yml - run at 4am on Sunday
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
685a8667ad
commit
007a74a867
1 changed files with 3 additions and 3 deletions
6
.github/workflows/coverity.yml
vendored
6
.github/workflows/coverity.yml
vendored
|
|
@ -5,9 +5,9 @@ on:
|
|||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
# schedule:
|
||||
# # Run once a week on Sunday at midnight UTC
|
||||
# - cron: '0 4 * * 0'
|
||||
schedule:
|
||||
# Run once a week on Sunday at 4am UTC
|
||||
- cron: '0 4 * * 0'
|
||||
|
||||
jobs:
|
||||
coverity:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue