Skip to content

Commit 75a7c58

Browse files
authored
Adjust timing of cron job for contrib build (pyOpenSci#250)
1 parent 80b6088 commit 75a7c58

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
name: Update Contribs & reviewers
22

33
on:
4-
pull_request:
5-
branches:
6-
- '*'
74
workflow_dispatch:
85
schedule:
9-
# Runs on the first of each month (see https://crontab.guru)
10-
- cron: "* * 1 * *"
6+
# Runs every other Sunday at 00:00 UTC (see https://crontab.guru)
7+
- cron: "0 0 * * 0/2"
118
jobs:
129
run-meta:
1310
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)