From a5633e89d39111195cf020f91e7607547f68e2ca Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 8 May 2026 17:20:34 +0200 Subject: [PATCH] Modify build schedule in GitHub Actions Updated the cron schedule for the workflow. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e56ad9..71f7cb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,9 @@ on: pull_request: branches: - main - # schedule: - # - cron: '05 13 * * 2,5' - #push: + schedule: + - cron: '05 12 * * 2,5' + # push: #branches: #- main #paths-ignore: