This commit is contained in:
Overtorment 2020-11-19 18:30:18 +00:00
parent cb5b313915
commit a8485bd965

View File

@ -46,6 +46,8 @@ async function run(): Promise<void> {
for (const check of checks.data.check_runs) {
if (check.name.startsWith("Travis CI") && check.conclusion === "success") e2ePassed = true;
if (check.name === 'e2e' && check.conclusion === "success") e2ePassed = true;
// so if Travis or GithubActions passes - it still gets green lights since its the same set of tests
}
if (reviews.data.length >= 1) {