From 5f84bce59d13366112574e8f54e79d32ad38c1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Tue, 15 Oct 2024 12:13:03 +0200 Subject: [PATCH] [CI] Change `update-sponsors` workflow to run weekly every Tuesday (#852) I think it's better to have the workflow run every week than on fixed days of the month which leads to an irregular schedule. Tuesday is an arbitrary choice, but seems convenient. --- .github/workflows/update-sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-sponsors.yml b/.github/workflows/update-sponsors.yml index 77230b48..b1a114fa 100644 --- a/.github/workflows/update-sponsors.yml +++ b/.github/workflows/update-sponsors.yml @@ -2,7 +2,7 @@ name: Update Sponsors on: schedule: - - cron: '0 9 1,8,15,23 * *' + - cron: '0 9 * * 2' workflow_dispatch: