Skip to content

Commit f657ed7

Browse files
CCM-11971: Move PR Created Workflow before Acceptance Tests
1 parent 8c753e7 commit f657ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
--infraRepoName "$(echo ${{ github.repository }} | cut -d'/' -f2)" \
105105
--releaseVersion ${{ github.head_ref || github.ref_name }} \
106106
--targetWorkflow "dispatch-deploy-dynamic-env.yaml" \
107-
--targetEnvironment "${PR_NUMBER}" \
107+
--targetEnvironment "pr${PR_NUMBER}" \
108108
--targetComponent "api" \
109109
--targetAccountGroup "nhs-notify-supplier-api-dev" \
110110
--terraformAction "apply" \

0 commit comments

Comments
 (0)