"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5c4c869014f5839d04c1fd28133045df0c91fd84"
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: ...@@ -10,7 +10,7 @@ on:
repository_dispatch: repository_dispatch:
schedule: schedule:
# run per hour # run per hour
- cron: "* */1 * * *" - cron: "0 */1 * * *"
env: env:
TRANSFORMERS_IS_CI: yes 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