From a83512a820961e01c542ab922f385d3320ff50f6 Mon Sep 17 00:00:00 2001 From: Pasquale Congiusti Date: Tue, 13 Jan 2026 15:41:49 +0100 Subject: [PATCH] chore(ci): run alternative os check nightly ...instead of every few hours. --- .github/workflows/alternative-os-build-main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/alternative-os-build-main.yml b/.github/workflows/alternative-os-build-main.yml index e201d1b2275b9..6c3e5be242fcd 100644 --- a/.github/workflows/alternative-os-build-main.yml +++ b/.github/workflows/alternative-os-build-main.yml @@ -19,10 +19,8 @@ name: Alternative OS Build (Camel 4) on: schedule: - # Every 45th minute every 3 hours during working days - - cron: '45 */3 * * 1-5' - # Every 6 hours during weekends ... we don't want to be flooded with emails - - cron: '30 */6 * * 6,0' + # Run nightly at 2 AM + - cron: '0 2 * * *' permissions: contents: read