Skip to content

Commit 2f2ba8a

Browse files
committed
[PRMP-1421] change for testing
1 parent a73b753 commit 2f2ba8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
push:
66
branches:
77
- main
8+
- PRMP-1421
89
pull_request:
910
branches:
1011
- main
1112

13+
1214
permissions:
1315
pull-requests: write
1416
id-token: write # This is required for requesting the JWT
@@ -75,7 +77,7 @@ jobs:
7577
name: Deploy Lambdas on NDR Functional Repo
7678
needs: ['terraform_process']
7779
if: github.ref == 'refs/heads/main'
78-
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
80+
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421
7981
with:
8082
build_branch: main
8183
sandbox: ndr-dev

0 commit comments

Comments
 (0)