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 d296960 commit faaed2fCopy full SHA for faaed2f
.github/workflows/terraform-dev-to-main-ci.yml
@@ -75,8 +75,7 @@ jobs:
75
run_main_repo_deploy_lambdas:
76
name: Deploy Lambdas on NDR Functional Repo
77
needs: ['terraform_process']
78
- if: github.ref == 'refs/heads/main'
79
- uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@main
+ uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421-B
80
secrets:
81
AWS_ASSUME_ROLE: ${{ secrets.AWS_ASSUME_ROLE }}
82
0 commit comments