diff --git a/.github/workflows/build-readme.yaml b/.github/workflows/build-readme.yaml index 2f7f178..bf51bf1 100644 --- a/.github/workflows/build-readme.yaml +++ b/.github/workflows/build-readme.yaml @@ -3,7 +3,7 @@ on: schedule: # At 00:00 on Sunday - - cron: "*/8 * * * *" + - cron: "0 0 * * 5" pull_request: branches: [main, master]