From db2300ae5a5e874723b278533e34bad53f401306 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 10 Apr 2026 16:29:14 +0200 Subject: [PATCH] Change cron schedule in build.yml Updated cron schedule to run every 2 days at 10:05 AM. --- .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 be4f1e8..67ea3a0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: '05 10 * * 2,5' + - cron: 05 10 */2 * * #push: #branches: #- main