mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +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:
|
||||
schedule:
|
||||
# run per hour
|
||||
- cron: "* */1 * * *"
|
||||
- cron: "0 */1 * * *"
|
||||
|
||||
env:
|
||||
TRANSFORMERS_IS_CI: yes
|
||||
|
Loading…
Reference in New Issue
Block a user