Back off the eval to once a day for now (#29378)

Nathan Sobo created

cc @maxbrunsfeld 

Release Notes:

- N/A

Change summary

.github/workflows/eval.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/eval.yml 🔗

@@ -2,7 +2,7 @@ name: Run Agent Eval
 
 on:
   schedule:
-    - cron: "0 * * * *"
+    - cron: "0 0 * * *"
 
   pull_request:
     branches: