From 26cfb427455e77a1531e56f165131c3fd1a860eb Mon Sep 17 00:00:00 2001 From: Kattni Date: Tue, 9 Dec 2025 22:11:27 -0500 Subject: [PATCH] Update pre-commit-update.yml --- .github/workflows/pre-commit-update.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 77110cd..7a86d36 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -2,7 +2,10 @@ name: Update pre-commit on: schedule: - - cron: "0 20 * * SUN" # Sunday @ 2000 UTC + - cron: "0 20 1-7 * */7" # First Sunday of the month @ 2000 UTC + # Reading this expression: At 20:00 on every day-of-month from 1 through 7 if + # it's on every 7th day-of-week, i.e. any one of the first seven days of the + # month as long as it is a Sunday. workflow_dispatch: jobs: @@ -11,5 +14,5 @@ jobs: uses: beeware/.github/.github/workflows/pre-commit-update.yml@main secrets: inherit with: - pre-commit-source: "pre-commit" + pre-commit-source: pre-commit create-changenote: false