10 lines
326 B
YAML
10 lines
326 B
YAML
- name: Nightly Pipeline Scheduler
|
|
schedule: '*/30 18-23,0-8 * * *' # Every 30 min, off-peak hours only
|
|
tasks:
|
|
- name: Check and start pipelines
|
|
shell: "bash scripts/nightly-pipeline-scheduler.sh"
|
|
env:
|
|
PIPELINE_TOKEN_LIMIT: "500000"
|
|
PIPELINE_PEAK_START: "9"
|
|
PIPELINE_PEAK_END: "18"
|