From 751d647307826168a919a4d69a459d4de2a005e9 Mon Sep 17 00:00:00 2001 From: bertiethorpe <84867280+bertiethorpe@users.noreply.github.com> Date: Thu, 6 Mar 2025 09:29:19 +0000 Subject: [PATCH] Disable nightly builds We don't use nightly builds for fatimages anymore, removing the nightly schedule to not waste resources. Still allowing workflow dispatch as we might revisit at some point. --- .github/workflows/nightlybuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightlybuild.yml b/.github/workflows/nightlybuild.yml index ec920ce8d..f0d4b941f 100644 --- a/.github/workflows/nightlybuild.yml +++ b/.github/workflows/nightlybuild.yml @@ -10,8 +10,8 @@ on: - LEAFCLOUD - SMS - ARCUS - schedule: - - cron: '0 0 * * *' # Run at midnight on default branch + # schedule: + # - cron: '0 0 * * *' # Run at midnight on default branch jobs: openstack: