File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - main
8- - PRMP-1421
98 pull_request :
109 branches :
1110 - main
@@ -76,13 +75,14 @@ jobs:
7675 run_main_repo_deploy_lambdas :
7776 name : Deploy Lambdas on NDR Functional Repo
7877 needs : ['terraform_process']
79- uses : nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421
78+ if : github.ref == 'refs/heads/main'
79+ uses : nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
8080
8181 run_main_repo_deploy_ui :
8282 name : Deploy UI on NDR Functional Repo
8383 needs : ['terraform_process']
8484 if : github.ref == 'refs/heads/main'
85- uses : nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@PRMP-1421
85+ uses : nhsconnect/national-document-repository/.github/workflows/ui-dev-to-main-ci.yml@main
8686
8787
8888
You can’t perform that action at this time.
0 commit comments