diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 231a96425..2d62855da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -604,7 +604,7 @@ jobs: ref: context.sha }); console.log("Check runs found:", result.data.check_runs.map(run => run.name)); - const checkRun = result.data.check_runs.find(run => run.name === 'Check python matches black format'); + const checkRun = result.data.check_runs.find(run => run.name === 'format_black'); if (checkRun) { console.log("Updating check run with ID:", checkRun.id); await github.rest.checks.update({