diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 5bea4c0e6..6ef1f99c1 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -2,7 +2,7 @@ name: Pre-commit auto-update on: schedule: - - cron: "0 3 * * 2" + - cron: "13 1 * * 2" # on demand workflow_dispatch: