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