"vscode:/vscode.git/clone" did not exist on "b1b3dc3e52192f945e4ab3c72fe705c92fae900e"
Unverified Commit cc567e00 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Fix the wrong schedule (#19117)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent c81ebd1c
......@@ -10,7 +10,7 @@ on:
repository_dispatch:
schedule:
# run per hour
- cron: "* */1 * * *"
- cron: "0 */1 * * *"
env:
TRANSFORMERS_IS_CI: yes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment