Merge pull request #33035 from ClickHouse/fix_woboq_browser

Fix cron expression
This commit is contained in:
alesapin 2021-12-22 10:20:20 +03:00 committed by GitHub
commit 9d9c227bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ concurrency:
group: woboq
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */18 * *'
- cron: '0 */18 * * *'
jobs:
# don't use dockerhub push because this image updates so rarely
WoboqCodebrowser: