chore: revert redundant if-false on Run Evals step

This commit is contained in:
Alisa Novikova
2026-03-23 11:35:53 -07:00
parent 31cc99e77c
commit 1015ee6eb6
+1 -1
View File
@@ -330,7 +330,7 @@ jobs:
echo "should_run=$SHOULD_RUN" >> "$GITHUB_OUTPUT"
- name: 'Run Evals (Required to pass)'
if: "false"
if: "${{ steps.check_evals.outputs.should_run == 'true' }}"
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
run: 'npm run test:always_passing_evals'