From ba6627cd13c4414b060d197cdec14fc5a8723ebd Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 19 May 2026 18:11:12 +0200 Subject: [PATCH] chore: update schedule for pre-commit update --- .github/workflows/pre-commit-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: