From 848a19388ab9dcd810a6d7e34b438652e047da9f Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Sun, 21 Jun 2026 18:05:47 +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:5 UTC ('5 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..046397d 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -2,7 +2,7 @@ name: Contributors on: schedule: - - cron: '18 4 * * 6' + - cron: '5 4 1 * *' workflow_dispatch: