Skip to content
Snippets Groups Projects
Commit 77ffc56f authored by Tempest McCabe's avatar Tempest McCabe
Browse files

Changing cron to match expected overpass times for CONUS

parent 51b9c760
No related branches found
No related tags found
1 merge request!107Changing cron to match expected overpass times for CONUS
......@@ -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