We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dbcd8b commit 2a5bf2fCopy full SHA for 2a5bf2f
.github/workflows/update-contribs-reviews.yml
@@ -3,8 +3,9 @@ name: Update Contribs & reviewers
3
on:
4
workflow_dispatch:
5
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 * *"
+ # Runs daily at 03:21 UTC (see https://crontab.guru)
+ # (Choosing an "odd" time so CI doesn't get overloaded at mightnight exactly.)
8
+ - cron: "3 21 * * *"
9
jobs:
10
run-meta:
11
if: github.repository_owner == 'pyopensci'
0 commit comments