Skip to content

Commit 607c188

Browse files
committed
Remove unnecessary deploy_mock_webhook override now we've configured the tfvar for it
1 parent 4c2c81d commit 607c188

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
--terraformAction "apply" \
172172
--overrideProjectName "nhs" \
173173
--overrideRoleName "nhs-main-acct-client-callbacks-github-deploy" \
174-
--overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}},deploy_mock_webhook=true"
174+
--overrides "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}"
175175
acceptance-stage: # Recommended maximum execution time is 10 minutes
176176
name: "Acceptance stage"
177177
needs: [metadata, build-stage, pr-create-dynamic-environment]

0 commit comments

Comments
 (0)