ci: disable readme_stars.schedule by default
reason: if enough people use the default cron, this results in traffic burst. document the need to change the schedule.
This commit is contained in:
5
.github/workflows/readme-stars.yml
vendored
5
.github/workflows/readme-stars.yml
vendored
@@ -1,8 +1,9 @@
|
||||
name: Update readme ⭐️ progress
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "51 */4 * * *" # Every 4 hours
|
||||
# !Please set a different minute than 51 if you enable this!
|
||||
# schedule:
|
||||
# - cron: "51 */6 * * *" # Every 6 hours
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user