From 8602bd132b738a6b2cde88cedf0ba8d6ff0ed97e Mon Sep 17 00:00:00 2001 From: Keepers Date: Fri, 15 Sep 2023 11:49:31 -0600 Subject: [PATCH] add the test teams site to the purge list (#4253) #### Does this PR need a docs update or release note? - [x] :no_entry: No #### Type of change - [x] :computer: CI/Deployment #### Test Plan - [x] :green_heart: E2E --- .github/workflows/ci_test_cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test_cleanup.yml b/.github/workflows/ci_test_cleanup.yml index cf90823b1..944cfec43 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -47,7 +47,7 @@ jobs: continue-on-error: true strategy: matrix: - site: [ CORSO_M365_TEST_SITE_URL ] + site: [ CORSO_M365_TEST_SITE_URL, CORSO_M365_TEST_GROUPS_SITE_URL ] steps: - uses: actions/checkout@v4