diff --git a/.github/workflows/autoupdate-pre-commit-config.yml b/.github/workflows/autoupdate-pre-commit-config.yml index 801e063f72726..3696cba8cf2e6 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 1st of every month. workflow_dispatch: jobs: