From 4d4d917e153adc765675c6f1f06ac8df217c1159 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Fri, 17 May 2024 21:54:40 +0100 Subject: [PATCH] Disable nightly builds ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff961c7c..03e6e194 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,6 @@ on: branches: [main] release: types: [published] - schedule: - - cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00 concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }}