aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-05-10 00:42:54 +0900
committernsfisis <nsfisis@gmail.com>2025-05-10 00:42:54 +0900
commit83a3fea5cc775697eb5cf20ec7122c025833a9ab (patch)
tree4ae486f57d6c7985919cd8710ce20abd028258cf
parent2fb8b9e6a0d06a75f9aa9406d999f924daf03856 (diff)
downloadnur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.tar.gz
nur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.tar.zst
nur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.zip
feat(ci): change cron time
-rw-r--r--.github/workflows/build.yml4
1 files 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: