Skip to content
Snippets Groups Projects
Commit e02f1cd4 authored by gcorradini's avatar gcorradini
Browse files

Merge branch 'conus_cron_timing_update' into 'conus-dps'

Changing cron to match expected overpass times for CONUS

See merge request !107
parents 51b9c760 77ffc56f
No related branches found
No related tags found
1 merge request!107Changing cron to match expected overpass times for CONUS
Pipeline #13604 passed with stage
in 10 seconds
......@@ -3,7 +3,7 @@ name: conus nrt v2
on:
workflow_dispatch:
schedule:
- cron: '0 */11 * * *'
- cron: '45 6,7,8,9,18,19,20,21 * * *'
jobs:
run_dps_job_v2:
......
......@@ -3,7 +3,7 @@ name: conus nrt v3
on:
workflow_dispatch:
schedule:
- cron: '0 */11 * * *'
- cron: 45 6,7,8,9,18,19,20,21 * * *'
jobs:
run_dps_job_v3:
......
......@@ -3,7 +3,7 @@ name: data update checker v2
on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
- cron: '*/15 6-10,18-22 * * *'
jobs:
run_dps_job_v2:
......
......@@ -3,7 +3,7 @@ name: data update checker v3
on:
workflow_dispatch:
schedule:
- cron: '0 */4 * * *'
- cron: '*/15 6-10,18-22 * * *'
jobs:
run_dps_job_v3:
......
......@@ -3,7 +3,7 @@ name: western usa nrt v3
on:
workflow_dispatch:
schedule:
- cron: '0 */11 * * *'
- cron: '45 6,7,8,9,18,19,20,21 * * *'
jobs:
run_dps_job_v3:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment