Disable nightly CI temporarily (#18820)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user