changed default run time
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user