From 8382afb2ba6f60ddd8d61a150bc97d92baeb209b Mon Sep 17 00:00:00 2001 From: Oleksiy Syvokon Date: Sun, 10 Aug 2025 17:43:48 +0300 Subject: [PATCH] evals: Run unit evals CI weekly (#35950) Release Notes: - N/A --- .github/workflows/unit_evals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_evals.yml b/.github/workflows/unit_evals.yml index 2e03fb028f..c03cf8b087 100644 --- a/.github/workflows/unit_evals.yml +++ b/.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: