From 83a3fea5cc775697eb5cf20ec7122c025833a9ab Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 10 May 2025 00:42:54 +0900 Subject: feat(ci): change cron time --- .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 6f0117f..0727338 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,10 +6,10 @@ on: - main - master schedule: - # rebuild everyday at 2:51 + # rebuild everyday at 5:55 # TIP: Choose a random time here so not all repositories are build at once: # https://www.random.org/clock-times/?num=1&earliest=01%3A00&latest=08%3A00&interval=5&format=html&rnd=new - - cron: '51 2 * * *' + - cron: '55 5 * * *' workflow_dispatch: jobs: tests: -- cgit v1.2.3-70-g09d2