From 582b7d398d9ce2f953e6b526a6ef63a39570a885 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 21 Jun 2026 18:05:14 +0200 Subject: [PATCH] chore(ci): run contributors workflow monthly instead of weekly The all-time contributors workflow no longer needs a weekly cadence: nowadays it mostly bumps maintainer activity. Run it on the 1st of each month at 04:37 UTC ('37 4 1 * *') instead of every Saturday. Co-Authored-By: Claude Opus 4.8 (1M context) Signed-off-by: Frederic BIDON --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index a5feb36..d899c14 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -2,7 +2,7 @@ name: Contributors on: schedule: - - cron: '18 4 * * 6' + - cron: '37 4 1 * *' workflow_dispatch: