You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: skip Stripe billing in evals by setting CI=true
Instead of adding a new SKIP_BILLING env var, evals now set CI=true at the
top of their entry points (main.ts, main-nightly.ts, main-single-eval.ts,
main-hard-tasks.ts). This ensures billing is always skipped when running
evals, without requiring users to remember to set an env var.
The shouldAttemptStripeMetering() function already checks CI=true, so this
approach is simpler and follows the existing pattern.
0 commit comments