Skip to content

Commit 3589c6f

Browse files
committed
[PRMP-1421] remove if for testing
1 parent 9c36aab commit 3589c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform-dev-to-main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
run_main_repo_deploy_lambdas:
7777
name: Deploy Lambdas on NDR Functional Repo
78-
if: github.ref == 'refs/heads/main'
78+
needs: ['terraform_process']
7979
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421
8080

8181
run_main_repo_deploy_ui:

0 commit comments

Comments
 (0)