[CI] Fix couchdb e2e trigger and run nightly, part 3 (#6782)

* Run nightly, fix triggers

* contains

* driveby: remove github reporter

* update tests to match

* redo opened logic

* don't run pr:e2e and pr:platform
This commit is contained in:
John Hill
2023-07-08 13:03:14 -07:00
committed by GitHub
parent 3b0e05ed14
commit 9c22bcfb3e
4 changed files with 15 additions and 5 deletions

View File

@ -77,7 +77,6 @@ const config = {
}
],
['junit', { outputFile: '../test-results/results.xml' }],
['github'],
['@deploysentinel/playwright']
]
};