ci: allow failure in evals-nightly run step (#17319)

This commit is contained in:
Christian Gunderman
2026-01-22 18:23:15 +00:00
committed by GitHub
parent 1320ebceb9
commit ba8c64459b

View File

@@ -53,6 +53,7 @@ jobs:
run: 'mkdir -p evals/logs'
- name: 'Run Evals'
continue-on-error: true
env:
GEMINI_API_KEY: '${{ secrets.GEMINI_API_KEY }}'
GEMINI_MODEL: '${{ matrix.model }}'