From 91387d4766a1d030078a40ba4b02d3c15d7a2d3d Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 24 Mar 2026 14:06:54 -0700 Subject: [PATCH] fix: remove stale allow_failure reference from evals.yml Removed allow_failure from matrix entries but left the continue-on-error reference, causing actionlint to fail. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/evals.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/evals.yml b/.github/workflows/evals.yml index c5357ce3..a7b1fd99 100644 --- a/.github/workflows/evals.yml +++ b/.github/workflows/evals.yml @@ -130,7 +130,6 @@ jobs: bun -e "import {chromium} from 'playwright';const b=await chromium.launch({args:['--no-sandbox']});console.log('Chromium OK');await b.close()" - name: Run ${{ matrix.suite.name }} - continue-on-error: ${{ matrix.suite.allow_failure || false }} env: ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}