From e88e9ff045347c9d92d85806a6987dc7ebcbdd5b Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Tue, 30 Aug 2022 18:33:09 +0200 Subject: [PATCH] Disable nightly CI temporarily (#18820) Co-authored-by: ydshieh --- .github/workflows/self-nightly-scheduled.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/self-nightly-scheduled.yml b/.github/workflows/self-nightly-scheduled.yml index 5dca2c07b1e..371620c5438 100644 --- a/.github/workflows/self-nightly-scheduled.yml +++ b/.github/workflows/self-nightly-scheduled.yml @@ -8,8 +8,9 @@ name: Self-hosted runner (nightly) on: repository_dispatch: - schedule: - - cron: "0 16 * * *" +# Disable temporarily until the test suite can be run under 12 hours. +# schedule: +# - cron: "0 16 * * *" env: HF_HOME: /mnt/cache