ci: Only run scheduled evals, not on main/release branch commits (#29238)

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-04-22 16:55:36 -04:00 committed by GitHub
parent a0eaede13d
commit 338a6a3b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,12 +3,6 @@ name: Run Agent Eval
on:
schedule:
- cron: "0 * * * *"
push:
branches:
- main
- "v[0-9]+.[0-9]+.x"
tags:
- "v*"
pull_request:
branches: