evals: Run unit evals CI weekly (#35950)

Oleksiy Syvokon created

Release Notes:

- N/A

Change summary

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

Detailed changes

.github/workflows/unit_evals.yml 🔗

@@ -3,7 +3,7 @@ name: Run Unit Evals
 on:
   schedule:
     # GitHub might drop jobs at busy times, so we choose a random time in the middle of the night.
-    - cron: "47 1 * * *"
+    - cron: "47 1 * * 2"
   workflow_dispatch:
 
 concurrency: