Skip to content

Commit 2683cce

Browse files
authored
Update reddit_scraper.yml
1 parent 1c0e1d4 commit 2683cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reddit_scraper.yml

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

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

88
jobs:

0 commit comments

Comments
 (0)