Skip to content

Commit 2a5bf2f

Browse files
hamogulwasser
authored andcommitted
run update-contribs-reviews daily
1 parent 8dbcd8b commit 2a5bf2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-contribs-reviews.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ name: Update Contribs & reviewers
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Runs on the 1 and 15 of each month at 00:00 UTC (see https://crontab.guru)
7-
- cron: "0 0 1,15 * *"
6+
# Runs daily at 03:21 UTC (see https://crontab.guru)
7+
# (Choosing an "odd" time so CI doesn't get overloaded at mightnight exactly.)
8+
- cron: "3 21 * * *"
89
jobs:
910
run-meta:
1011
if: github.repository_owner == 'pyopensci'

0 commit comments

Comments
 (0)