diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-05-10 00:42:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-05-10 00:42:54 +0900 |
| commit | 83a3fea5cc775697eb5cf20ec7122c025833a9ab (patch) | |
| tree | 4ae486f57d6c7985919cd8710ce20abd028258cf | |
| parent | 2fb8b9e6a0d06a75f9aa9406d999f924daf03856 (diff) | |
| download | nur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.tar.gz nur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.tar.zst nur-packages-83a3fea5cc775697eb5cf20ec7122c025833a9ab.zip | |
feat(ci): change cron time
| -rw-r--r-- | .github/workflows/build.yml | 4 |
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: |
