From 949d589915a5ac50c96c2714eda27e2dc5ef15cb Mon Sep 17 00:00:00 2001 From: Matthew Alan Gray Date: Thu, 23 May 2024 10:42:06 -0500 Subject: [PATCH] Adding conditional add of FoundationaLLM Team to FLLM-E2E-Admins-(suffix) group in E2E deployment --- .github/workflows/e2e-testing.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 7a88fd2999..175e5cca93 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -228,6 +228,12 @@ jobs: ./Create-FllmAdminGroup.ps1 ` -groupName FLLM-E2E-Admins-${{ needs.generate_matrix.outputs.unique_id }} ` -spObjectId $spObjectId + + if (${{ inputs.target }} -eq 'sandbox') { + ./Create-FllmAdminGroup.ps1 ` + -groupName FLLM-E2E-Admins-${{ needs.generate_matrix.outputs.unique_id }} ` + -spObjectId d3bd4e8e-d413-477d-a420-0792b0504adf + } Pop-Location shell: pwsh