[Chore](CI)Scheduling cycles should use standard crontab (#19144)

This commit is contained in:
Calvin Kirs
2023-04-27 13:59:51 +08:00
committed by GitHub
parent 7b02fa5cd6
commit 0ffb91fd6e

View File

@ -19,7 +19,7 @@
name: Code Quality Analysis
on:
schedule:
- cron: '0 0 12,20 * * ?'
- cron: '30 3,14 * * *'
jobs:
build: