diff --git a/.github/workflows/autoupdate-pre-commit-config.yml b/.github/workflows/autoupdate-pre-commit-config.yml index 801e063f72726..3b63d7e456e0b 100644 --- a/.github/workflows/autoupdate-pre-commit-config.yml +++ b/.github/workflows/autoupdate-pre-commit-config.yml @@ -2,7 +2,7 @@ name: "Update pre-commit config" on: schedule: - - cron: "0 7 * * 1" # At 07:00 on each Monday. + - cron: "0 7 1 * *" # At 07:00 on day-of-month 1 workflow_dispatch: jobs: