Skip to content

Commit

Permalink
make so not rate-limited because EVERYONE uses 0:00
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 24, 2023
1 parent 0799844 commit 6e2bf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
paths:
- .github/workflows/update-readme.yml
schedule:
# https://crontab.guru/daily
- cron: "0 0 * * *"
# https://crontab.guru/#27_0_*_*_*
- cron: "27 0 * * *"
workflow_call:
workflow_dispatch:
concurrency:
Expand Down

0 comments on commit 6e2bf82

Please sign in to comment.