diff --git a/src/main.ts b/src/main.ts index 42b463d..d3543d2 100644 --- a/src/main.ts +++ b/src/main.ts @@ -46,6 +46,8 @@ async function run(): Promise { 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) {