From 244e3d65485847bfeb0e25a15afa891ad9a8ca6b Mon Sep 17 00:00:00 2001 From: Noi Narisak Date: Mon, 31 Jan 2022 18:06:17 -0600 Subject: [PATCH] Update deployment-all.yml (#486) Add `healthcare-oie` eb environment into deployment-all.yml. --- .github/workflows/deployment-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment-all.yml b/.github/workflows/deployment-all.yml index e95cfc63..0d3015fd 100644 --- a/.github/workflows/deployment-all.yml +++ b/.github/workflows/deployment-all.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ebEnvironment: [admin, credit, dealer, developer, ecommerce, finance, healthcare, hospitality, streamingservice, travelagency] + ebEnvironment: [admin, credit, dealer, developer, ecommerce, finance, healthcare, healthcare-oie, hospitality, streamingservice, travelagency] max-parallel: 1 steps: - name: Output inputs