From 763a4ad35349281d8cc6838c3398b5d1f889dca9 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Tue, 5 May 2026 18:43:05 +0200 Subject: [PATCH] Disable scheduled builds in build.yml Comment out the scheduled cron job in the build workflow. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 259054e..2e56ad9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,8 +4,8 @@ on: pull_request: branches: - main - schedule: - - cron: '05 13 * * 2,5' + # schedule: + # - cron: '05 13 * * 2,5' #push: #branches: #- main