Fix CI-Test-Cleanup workflow definition (#2830)
Incorrect workflow definition --- #### Does this PR need a docs update or release note? - [ ] ✅ Yes, it's included - [ ] 🕐 Yes, but in a later PR - [x] ⛔ No #### Type of change <!--- Please check the type of change your PR introduces: ---> - [ ] 🌻 Feature - [x] 🐛 Bugfix - [ ] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup #### Issue(s) #### Test Plan <!-- How will this be tested prior to merging.--> - [ ] 💪 Manual - [ ] ⚡ Unit test - [ ] 💚 E2E
This commit is contained in:
parent
dc8ec86dd3
commit
b1566ed3d3
4
.github/workflows/ci_test_cleanup.yml
vendored
4
.github/workflows/ci_test_cleanup.yml
vendored
@ -10,11 +10,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
|
# jobs are expanded per user. Try to run 2 jobs per active user at a time
|
||||||
|
max-parallel: 6
|
||||||
matrix:
|
matrix:
|
||||||
folder: [Corso_Restore_, TestRestore, testfolder, incrementals_ci_, Alcion_Restore_, '']
|
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]
|
||||||
# jobs are expanded per user. Try to run 2 jobs per active user at a time
|
|
||||||
max-parallel: 6
|
|
||||||
include:
|
include:
|
||||||
- folder: ""
|
- folder: ""
|
||||||
user: ""
|
user: ""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user