ci: Only run scheduled evals, not on main/release branch commits (#29238)
Release Notes: - N/A
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user