Skip to content

Commit 4ddddc5

Browse files
authored
Update writeup-finder-runner.yml
1 parent fad8066 commit 4ddddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/writeup-finder-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Writeup Finder with Supabase
22

33
on:
44
schedule:
5-
- cron: "0 */3 * * *" # Runs every 3 hours
5+
- cron: "0 */6 * * *" # Runs every 6 hours
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:

0 commit comments

Comments
 (0)