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 64d561a6e5
commit 27f910454c
+1
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 }}'