Skip to content

Commit 1c0e1d4

Browse files
authored
Update scraper_night.yml
1 parent 81fe1d9 commit 1c0e1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scraper_night.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Reddit Scraper (Night)
22

33
on:
44
schedule:
5-
- cron: "*/5 00-05 * * *" # run every 5 minutes (UTC)
5+
- cron: "*/5 00-03 * * *" # run every 5 minutes (UTC)
66
workflow_dispatch: # allow manual run from GitHub UI
77

88
jobs:

0 commit comments

Comments
 (0)