Skip to content

Commit 367230c

Browse files
committed
(ELI-444) fixing path mistake
1 parent 7ffa206 commit 367230c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-2-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
name: "Trigger TEST deploy (only on success)"
135135
needs: publish
136136
if: ${{ needs.publish.result == 'success' && github.ref == 'refs/heads/main' }}
137-
uses: .github/workflows/cicd-3-test_auto.yaml
137+
uses: ./.github/workflows/cicd-3-test_auto.yaml
138138
with:
139139
ref: ${{ github.sha }}
140140
secrets: inherit

0 commit comments

Comments
 (0)