Skip to content

Commit 77b3ecc

Browse files
authored
Small fit to when the job runs
1 parent c9d0630 commit 77b3ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Update Contribs & reviewers
33
on:
44
workflow_dispatch:
55
schedule:
6-
# Runs every other Sunday at 00:00 UTC (see https://crontab.guru)
7-
- cron: "0 0 * * 0/2"
6+
# Runs on the 1 and 15 of each month at 00:00 UTC (see https://crontab.guru)
7+
- cron: "0 0 1,15 * *"
88
jobs:
99
run-meta:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)