diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2058650b..e3bcb37f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: push: schedule: # Note: '*' is a special character in YAML so we have to quote the str. - - cron: '0 4 * * *' + - cron: '0 12 * * *' jobs: check: