From 15ec0a65d6b344efa6bfb54ecc9dafebedcdf3f9 Mon Sep 17 00:00:00 2001 From: Aarti Jivrajani Date: Thu, 29 Dec 2022 16:47:01 -0800 Subject: [PATCH] Add alcion_restore_ folder prefix to cleanup script (#1998) ## Description Add a prefix `Alcion_Restore_` to the cleanup CI action. ## Does this PR need a docs update or release note? - [X] :no_entry: No ## Type of change - [X] :hamster: Trivial/Minor ## Issue(s) * #1997 ## Test Plan - [X] :muscle: Manual --- .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 dfaaa3d4c..1cefbb282 100644 --- a/.github/workflows/ci_test_cleanup.yml +++ b/.github/workflows/ci_test_cleanup.yml @@ -11,7 +11,7 @@ jobs: continue-on-error: true strategy: matrix: - folder: [Corso_Restore_, TestRestore, testfolder, incrementals_ci_, ''] + folder: [Corso_Restore_, TestRestore, testfolder, incrementals_ci_, Alcion_Restore_, ''] user: [CORSO_M365_TEST_USER_ID, CORSO_SECONDARY_M365_TEST_USER_ID, EXT_SDK_TEST_USER_ID] steps: