Skip to content

Commit ec7cdca

Browse files
Merge pull request #15 from michaeldeongreen/dev
Promote dev to test: workflow rename + first bulk deploy
2 parents 6fd85f9 + 5b3e7dd commit ec7cdca

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

1515
on:
1616
push:

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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

1212
on:
1313
push:

.github/workflows/etl-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
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

1919
permissions:

.github/workflows/etl-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
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

1919
permissions:

0 commit comments

Comments
 (0)