Skip to content

Commit 7eddf23

Browse files
committed
[PRMP-1421] undo tests changes
1 parent 3762630 commit 7eddf23

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,16 @@ jobs:
7575
run_main_repo_deploy_lambdas:
7676
name: Deploy Lambdas on NDR Functional Repo
7777
needs: ['terraform_process']
78-
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421-B
78+
if: github.ref == 'refs/heads/main'
79+
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
7980
secrets:
8081
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
8182

8283
run_main_repo_deploy_ui:
8384
name: Deploy UI on NDR Functional Repo
8485
needs: ['terraform_process']
8586
if: github.ref == 'refs/heads/main'
86-
uses: nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@PRMP-1421-B
87+
uses: nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@main
8788
secrets:
8889
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
8990

0 commit comments

Comments
 (0)