We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c36aab commit 3589c6fCopy full SHA for 3589c6f
.github/workflows/terraform-dev-to-main-ci.yml
@@ -75,7 +75,7 @@ jobs:
75
76
run_main_repo_deploy_lambdas:
77
name: Deploy Lambdas on NDR Functional Repo
78
- if: github.ref == 'refs/heads/main'
+ needs: ['terraform_process']
79
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-dev-to-main-ci.yml@PRMP-1421
80
81
run_main_repo_deploy_ui:
0 commit comments