diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7915459..3e29027 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: # rebuild everyday at 2:51 # 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: '23 3 * * *' + - cron: '35 7 * * *' jobs: tests: strategy: