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:
Felix Spöttel
2022-12-01 16:28:05 +01:00
parent f0a1ebe8c4
commit 5090d04b26
2 changed files with 5 additions and 2 deletions

View File

@@ -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: