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

Peter Tripp created

Release Notes:

- N/A

Change summary

.github/workflows/eval.yml | 6 ------
1 file changed, 6 deletions(-)

Detailed changes

.github/workflows/eval.yml 🔗

@@ -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: