Skip to content

Commit

Permalink
action fixes following renames on the code repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Alexander committed Feb 1, 2024
1 parent 5fa22b4 commit 6759474
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run_main_repo_deploy_lambdas:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
uses: nhsconnect/national-document-repository/.github/workflows/new_lambdas-deploy-feature-to-sandbox.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-deploy-feature-to-sandbox.yml@main
with:
build_branch: main
sandbox: ${{ inputs.sandbox }}
Expand All @@ -104,7 +104,7 @@ jobs:
run_main_repo_deploy_ui:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
uses: nhsconnect/national-document-repository/.github/workflows/new-ui-deploy-feature-to-sandbox-manual.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/ui-deploy-feature-to-sandbox-manual.yml@main
with:
build_branch: main
sandbox: ${{ inputs.sandbox }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-deploy-to-test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run_main_repo_deploy_lambdas:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
uses: nhsconnect/national-document-repository/.github/workflows/new_lambdas-deploy-feature-to-sandbox.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-deploy-feature-to-sandbox.yml@main
with:
build_branch: main
sandbox: ndr-test
Expand All @@ -85,7 +85,7 @@ jobs:
run_main_repo_deploy_ui:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
uses: nhsconnect/national-document-repository/.github/workflows/new-ui-deploy-feature-to-sandbox-manual.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/ui-deploy-feature-to-sandbox-manual.yml@main
with:
build_branch: main
sandbox: ndr-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/terraform-dev-to-main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
if: github.ref == 'refs/heads/main'
uses: nhsconnect/national-document-repository/.github/workflows/new_lambdas-deploy-feature-to-sandbox.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/lambdas-deploy-feature-to-sandbox.yml@main
with:
build_branch: main
sandbox: ndr-dev
Expand All @@ -87,7 +87,7 @@ jobs:
name: Deploy Lambdas on NDR Functional Repo
needs: ['terraform_process']
if: github.ref == 'refs/heads/main'
uses: nhsconnect/national-document-repository/.github/workflows/new-ui-deploy-feature-to-sandbox-manual.yml@main
uses: nhsconnect/national-document-repository/.github/workflows/ui-deploy-feature-to-sandbox-manual.yml@main
with:
build_branch: main
sandbox: ndr-dev
Expand Down

0 comments on commit 6759474

Please sign in to comment.