Skip to content

Commit 97c2c4f

Browse files
authored
Merge pull request #339 from NHSDigital/feature/te-auto-test-deployments
(ELI-444) fixing path mistake
2 parents eabacbf + 367230c commit 97c2c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)