mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 13:20:12 +06:00
Disable nightly CI temporarily (#18820)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
73c6273d48
commit
e88e9ff045
5
.github/workflows/self-nightly-scheduled.yml
vendored
5
.github/workflows/self-nightly-scheduled.yml
vendored
@ -8,8 +8,9 @@ name: Self-hosted runner (nightly)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
schedule:
|
# Disable temporarily until the test suite can be run under 12 hours.
|
||||||
- cron: "0 16 * * *"
|
# schedule:
|
||||||
|
# - cron: "0 16 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
HF_HOME: /mnt/cache
|
HF_HOME: /mnt/cache
|
||||||
|
Loading…
Reference in New Issue
Block a user