From: Wayne Davison Date: Sun, 19 Jul 2020 06:17:25 +0000 (-0700) Subject: Make the daily build happen a few hours later. X-Git-Tag: v3.2.3pre1~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ad3f4385f055e2a9abbde0058a92eef169c6699;p=thirdparty%2Frsync.git Make the daily build happen a few hours later. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 182fa6c9..d3ea3624 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '42 5 * * *' + - cron: '42 8 * * *' jobs: