Skip to content

Commit 8711d2b

Browse files
authored
ELI-452: Correct workflow dependency name for auto deploy to test (#365)
1 parent 8f13ac4 commit 8711d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "3. CD | Deploy to Test"
22

33
on:
44
workflow_run:
5-
workflows: ["CI/CD publish"]
5+
workflows: ["2. CD | Deploy to Dev"]
66
types: [completed]
77

88
permissions:

0 commit comments

Comments
 (0)