This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch squakez-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit a83512a820961e01c542ab922f385d3320ff50f6 Author: Pasquale Congiusti <[email protected]> AuthorDate: Tue Jan 13 15:41:49 2026 +0100 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 e201d1b2275b..6c3e5be242fc 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
