From fa869a4c774740c73a48e81828e89e643ff76f00 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Mon, 19 May 2025 15:28:21 -0400 Subject: [PATCH] chore: temporarily disable nightly build to allow testing of 0.10.11-rc1 --- .github/workflows/build-desktop-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-desktop-release.yml b/.github/workflows/build-desktop-release.yml index 3aa4cabd9f..5505da9dfa 100644 --- a/.github/workflows/build-desktop-release.yml +++ b/.github/workflows/build-desktop-release.yml @@ -43,8 +43,8 @@ on: type: boolean required: true default: true - schedule: # Every workday at the 2 P.M. (UTC) we run a scheduled nightly build - - cron: '0 14 * * MON-FRI' + # schedule: # Every workday at the 2 P.M. (UTC) we run a scheduled nightly build + # - cron: '0 14 * * MON-FRI' env: CLOJURE_VERSION: '1.11.1.1413'