diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 6428ced..dd9b885 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -2,7 +2,7 @@ name: Update README on: schedule: - - cron: '0 12 * * *' # runs at 12:00 UTC everyday + - cron: '0 0 * * *' # runs at 12:00 UTC everyday jobs: build: