mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 03:01:07 +06:00
Fix the wrong schedule (#19117)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
c81ebd1c39
commit
cc567e0063
2
.github/workflows/check_runner_status.yml
vendored
2
.github/workflows/check_runner_status.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user