diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce13647fa586..94b9dd6fe55f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,7 @@ on: branches: - 'master' schedule: - # Use to conveniently edit cron schedule. - - cron: '0 7 * * *' # At 07:00 UTC every day. + - cron: '5 15 * * *' # At 15:05 UTC every day. jobs: build: