Skip to content

Commit 7c1b12e

Browse files
committed
[PRMP-1421] changing back to main
1 parent 3589c6f commit 7c1b12e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
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

0 commit comments

Comments
 (0)