Skip to content

Commit e88e9ff

Browse files
authored
Disable nightly CI temporarily (#18820)
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 73c6273 commit e88e9ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/self-nightly-scheduled.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ name: Self-hosted runner (nightly)
88

99
on:
1010
repository_dispatch:
11-
schedule:
12-
- cron: "0 16 * * *"
11+
# Disable temporarily until the test suite can be run under 12 hours.
12+
# schedule:
13+
# - cron: "0 16 * * *"
1314

1415
env:
1516
HF_HOME: /mnt/cache

0 commit comments

Comments
 (0)