From 0aac9d0599e8be1d4e17cb7f7db1ebde594b83fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Moritz=20G=C3=BCnther?= Date: Thu, 6 Feb 2025 16:50:56 -0500 Subject: [PATCH] run update-contribs-reviews daily --- .github/workflows/update-contribs-reviews.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-contribs-reviews.yml b/.github/workflows/update-contribs-reviews.yml index 93d90e30..e9b85039 100644 --- a/.github/workflows/update-contribs-reviews.yml +++ b/.github/workflows/update-contribs-reviews.yml @@ -3,8 +3,9 @@ name: Update Contribs & reviewers on: workflow_dispatch: schedule: - # Runs on the 1 and 15 of each month at 00:00 UTC (see https://crontab.guru) - - cron: "0 0 1,15 * *" + # Runs daily at 03:21 UTC (see https://crontab.guru) + # (Choosing an "odd" time so CI doesn't get overloaded at mightnight exactly.) + - cron: "3 21 * * *" jobs: run-meta: if: github.repository_owner == 'pyopensci'