We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad8066 commit 4ddddc5Copy full SHA for 4ddddc5
.github/workflows/writeup-finder-runner.yml
@@ -2,7 +2,7 @@ name: Run Writeup Finder with Supabase
2
3
on:
4
schedule:
5
- - cron: "0 */3 * * *" # Runs every 3 hours
+ - cron: "0 */6 * * *" # Runs every 6 hours
6
workflow_dispatch: # Allows manual triggering
7
8
jobs:
0 commit comments