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 ## Type of change <!--- Please check the type of change your PR introduces: ---> - [X] 🐹 Trivial/Minor ## Issue(s) <!-- Can reference multiple issues. Use one of the following "magic words" - "closes, fixes" to auto-close the Github issue. --> * #1997 ## Test Plan <!-- How will this be tested prior to merging.--> - [X] 💪 Manual
This commit is contained in:
parent
37b9eab2a7
commit
15ec0a65d6
2
.github/workflows/ci_test_cleanup.yml
vendored
2
.github/workflows/ci_test_cleanup.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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]
|
user: [CORSO_M365_TEST_USER_ID, CORSO_SECONDARY_M365_TEST_USER_ID, EXT_SDK_TEST_USER_ID]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user