.github/workflows/eval.yml 🔗
@@ -2,7 +2,7 @@ name: Run Agent Eval
on:
schedule:
- - cron: "0 * * * *"
+ - cron: "0 0 * * *"
pull_request:
branches:
Nathan Sobo created
cc @maxbrunsfeld
Release Notes:
- N/A
.github/workflows/eval.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -2,7 +2,7 @@ name: Run Agent Eval
on:
schedule:
- - cron: "0 * * * *"
+ - cron: "0 0 * * *"
pull_request:
branches: