diff --git a/.github/workflows/test-e2e-fork.yml b/.github/workflows/test-e2e-fork.yml index 994b650..6ac515e 100644 --- a/.github/workflows/test-e2e-fork.yml +++ b/.github/workflows/test-e2e-fork.yml @@ -44,10 +44,10 @@ jobs: ref: process.env.ref }); - const check = checks.check_runs.filter(c => c.name === process.env.job); + const check = checks.check_runs.filter(c => c.name === 'e2e-tests'); if (check.length === 0) { - console.log('No check run found with name "E2E Tests [reusable]"'); + console.log('No check run found with name "e2e-tests"'); console.log('Available check runs:', checks.check_runs.map(c => c.name)); throw new Error('No matching check run found'); }