Skip to content

Commit

Permalink
Merge pull request #1040 from solliancenet/mg-b17784
Browse files Browse the repository at this point in the history
Adding conditional add of FoundationaLLM Team to FLLM-E2E-Admins-(suffix) group in E2E deployment
  • Loading branch information
ciprianjichici authored May 23, 2024
2 parents 55692ee + 949d589 commit a209bf2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a209bf2

Please sign in to comment.