Skip to content

Commit

Permalink
ci(automation): fix cron timing
Browse files Browse the repository at this point in the history
  • Loading branch information
bnb committed Nov 13, 2020
1 parent a36e68d commit f5b85bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "authors update"
on:
schedule:
# 00:00:00 on the first day of every month
# https://crontab.guru/#0_0_1_1-12_*
- cron: "0 0 * 1-12 *"
# https://crontab.guru/#0_0_1_*_*
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit f5b85bc

Please sign in to comment.