File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Deploy Data Extract Job
1+ name : CD - Data Extractor
22
33# Only run when merged changes happen in data_extract folder
44on :
2424 JOB_NAME : drive-extractor-dev
2525
2626jobs :
27- # Call CI-Infra
27+ # Call CI-Infra first
2828 infrastructure-check :
2929 uses : ./.github/workflows/ci-infra.yml
3030 secrets : inherit
Original file line number Diff line number Diff line change 1- name : Deploy Data Pipeline Job
1+ name : CD - Data Pipeline
22
33# Only run when merged changes happen in data_pipeline folder
44on :
2424 JOB_NAME : operations-pipeline-dev
2525
2626jobs :
27- # Call CI-Infra
27+ # Call CI-Infra first
2828 infrastructure-check :
2929 uses : ./.github/workflows/ci-infra.yml
3030 secrets : inherit
Original file line number Diff line number Diff line change 1- name : CI - Infrastructure Enforcement
1+ name : CI - Infra Enforcement
22
33on :
44 push :
You can’t perform that action at this time.
0 commit comments