File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments