Fix the wrong schedule (#19117)

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2022-09-20 13:46:55 +02:00 committed by GitHub
parent c81ebd1c39
commit cc567e0063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ on:
repository_dispatch:
schedule:
# run per hour
- cron: "* */1 * * *"
- cron: "0 */1 * * *"
env:
TRANSFORMERS_IS_CI: yes