ci: Only run scheduled evals, not on main/release branch commits (#29238)
Release Notes: - N/A
This commit is contained in:
parent
a0eaede13d
commit
338a6a3b7e
1 changed files with 0 additions and 6 deletions
6
.github/workflows/eval.yml
vendored
6
.github/workflows/eval.yml
vendored
|
@ -3,12 +3,6 @@ name: Run Agent Eval
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- "v[0-9]+.[0-9]+.x"
|
|
||||||
tags:
|
|
||||||
- "v*"
|
|
||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue