changed default run time

This commit is contained in:
Brian Bjarke Jensen
2025-09-23 14:27:02 +02:00
parent 6d549fb042
commit 35ae4009f4
+1 -1
View File
@@ -3,7 +3,7 @@ name: Daily Update Pipeline
on:
schedule:
# Runs every day at 3:00 AM UTC
- cron: '*/2 * * * *'
- cron: '0 3 * * *'
workflow_dispatch: # Allows manual triggering
jobs: