changed default run time
This commit is contained in:
@@ -3,7 +3,7 @@ name: Daily Update Pipeline
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs every day at 3:00 AM UTC
|
# Runs every day at 3:00 AM UTC
|
||||||
- cron: '*/2 * * * *'
|
- cron: '0 3 * * *'
|
||||||
workflow_dispatch: # Allows manual triggering
|
workflow_dispatch: # Allows manual triggering
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user