File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# The ETL workflow (etl-prod.yml) triggers automatically via workflow_run
1111# once deployment completes successfully.
1212
13- name : Deploy to Prod
13+ name : Deploy to Prod (fabric-cicd)
1414
1515on :
1616 push :
Original file line number Diff line number Diff line change 77# The ETL workflow (etl-test.yml) triggers automatically via workflow_run
88# once deployment completes successfully.
99
10- name : Deploy to Test
10+ name : Deploy to Test (fabric-cicd)
1111
1212on :
1313 push :
Original file line number Diff line number Diff line change 1313 # Triggered by either deployment workflow. The DEPLOY_METHOD repository
1414 # variable ensures only one of them actually runs per push, so ETL fires once.
1515 # The success conclusion gate below skips ETL when a deploy was skipped.
16- workflows : ["Deploy to Prod", "Deploy to Prod (Bulk API)"]
16+ workflows : ["Deploy to Prod (fabric-cicd) ", "Deploy to Prod (Bulk API)"]
1717 types : [completed]
1818
1919permissions :
Original file line number Diff line number Diff line change 1313 # Triggered by either deployment workflow. The DEPLOY_METHOD repository
1414 # variable ensures only one of them actually runs per push, so ETL fires once.
1515 # The success conclusion gate below skips ETL when a deploy was skipped.
16- workflows : ["Deploy to Test", "Deploy to Test (Bulk API)"]
16+ workflows : ["Deploy to Test (fabric-cicd) ", "Deploy to Test (Bulk API)"]
1717 types : [completed]
1818
1919permissions :
You can’t perform that action at this time.
0 commit comments