From 2777d4188b3d09bc39df4fe38e939ba9e9543039 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Sat, 25 Apr 2026 14:09:45 +0200 Subject: [PATCH] Update cron schedule for build workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7d69eb..259054e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: '05 13 * * 5' + - cron: '05 13 * * 2,5' #push: #branches: #- main