From d6a0895c9ff8249f7fa77d331d957730da740d66 Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 30 Aug 2022 17:43:56 +0200 Subject: [PATCH] Disable nightly CI temporarily --- .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 5dca2c07b1ea..371620c54388 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