From 1338f3847a26ad2437c0e1dde8c1bc3b6d4d1237 Mon Sep 17 00:00:00 2001 From: Oliver Mannion <125105+tekumara@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:28:37 +1000 Subject: [PATCH] ci: run pre-commit-update on second of the month to catch the crate-ci/typos monthly update on the first --- .github/workflows/pre-commit-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index bcdf5b8..162bb08 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -2,9 +2,9 @@ name: Pre-commit update on: - # first day of every month + # second day of every month, to catch the crate-ci/typos monthly update schedule: - - cron: "0 0 1 * *" + - cron: "0 0 2 * *" workflow_dispatch: permissions: