Skip to content

Commit

Permalink
fix: changed scheduling to something reasonable
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumbroso committed Mar 3, 2024
1 parent 2125204 commit 4de5550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scrape.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ on:
pull_request:
branches: [main]
schedule:
- cron: "*/5 9-18 * * 0,3-6" # 🕘 Scheduled during work hours
- cron: "30 0-8,18-23 * * *" # 🌙 Scheduled during off hours
- cron: "30 9-18 * * 1-2" # 📅 Scheduled on early weekdays
- cron: "0 20 * * *" # 📅 Scrape once a day at 8PM, see crontab.guru for help

name: Scrape Update 🔄
jobs:
Expand Down

0 comments on commit 4de5550

Please sign in to comment.