mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 21:53:57 +02:00
change default chunk_days from 7 to 3
This commit is contained in:
@@ -53,7 +53,7 @@ def generate_monthly_chunks(start_date_str, end_date_str):
|
|||||||
return chunks
|
return chunks
|
||||||
|
|
||||||
|
|
||||||
def trigger_workflow(start_date, end_date, chunk_days=7, branch='main', dry_run=False):
|
def trigger_workflow(start_date, end_date, chunk_days=3, branch='main', dry_run=False):
|
||||||
"""Trigger the historical-adsb workflow via GitHub CLI."""
|
"""Trigger the historical-adsb workflow via GitHub CLI."""
|
||||||
cmd = [
|
cmd = [
|
||||||
'gh', 'workflow', 'run', 'historical-adsb.yaml',
|
'gh', 'workflow', 'run', 'historical-adsb.yaml',
|
||||||
|
|||||||
Reference in New Issue
Block a user