Skip to content

Commit caf0f37

Browse files
authored
Update summary_feature_auto.yml
Update summary_feature_auto.yml to 5min
1 parent cd2be4d commit caf0f37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/summary_feature_auto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: summary and features
22
on:
33
schedule:
4-
- cron: '*/10 * * * *' # Runs every 10 minutes
4+
- cron: '*/5 * * * *' # Runs every 10 minutes
55
workflow_dispatch: # Allow manual triggers
66
inputs:
77
target_date:
@@ -42,4 +42,5 @@ jobs:
4242
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
4343
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
4444
SUPADATA_API_KEY: ${{ secrets.SUPADATA_API_KEY }}
45-
run: python fetch_hn_posts.py
45+
46+
run: python fetch_hn_posts.py

0 commit comments

Comments
 (0)