From aa979e316d76b446a9a13e7d3cc6772227a18e34 Mon Sep 17 00:00:00 2001 From: Jake Kramer <899428+jake-kramer@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:10:33 -0500 Subject: [PATCH] chore: Run update-contributors workflow once a month Current schedule is too often: the first week of every month and every Sunday. This modification is just for the 1st of the month at 00:00. --- .github/workflows/update-contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 0eed5808d0..9727681257 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -2,7 +2,7 @@ name: Update Contributors in README on: schedule: - - cron: '0 0 1-7 * SUN' + - cron: '0 0 1 * *' workflow_dispatch: permissions: