We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73b753 commit 2f2ba8aCopy full SHA for 2f2ba8a
.github/workflows/terraform-dev-to-main-ci.yml
@@ -5,10 +5,12 @@ on:
5
push:
6
branches:
7
- main
8
+ - PRMP-1421
9
pull_request:
10
11
12
13
+
14
permissions:
15
pull-requests: write
16
id-token: write # This is required for requesting the JWT
@@ -75,7 +77,7 @@ jobs:
75
77
name: Deploy Lambdas on NDR Functional Repo
76
78
needs: ['terraform_process']
79
if: github.ref == 'refs/heads/main'
- 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
81
with:
82
build_branch: main
83
sandbox: ndr-dev
0 commit comments