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 cd2be4d commit caf0f37Copy full SHA for caf0f37
.github/workflows/summary_feature_auto.yml
@@ -1,7 +1,7 @@
1
name: summary and features
2
on:
3
schedule:
4
- - cron: '*/10 * * * *' # Runs every 10 minutes
+ - cron: '*/5 * * * *' # Runs every 10 minutes
5
workflow_dispatch: # Allow manual triggers
6
inputs:
7
target_date:
@@ -42,4 +42,5 @@ jobs:
42
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
43
SUPABASE_KEY: ${{ secrets.SUPABASE_KEY }}
44
SUPADATA_API_KEY: ${{ secrets.SUPADATA_API_KEY }}
45
- run: python fetch_hn_posts.py
+
46
+ run: python fetch_hn_posts.py
0 commit comments