From 6d65a88ffd0b152d893f1301aa4302a68365c3e8 Mon Sep 17 00:00:00 2001 From: Jonathon Penix Date: Fri, 10 Apr 2026 15:01:40 -0700 Subject: [PATCH] [cpullvm][Github] Schedule Zephyr tests Run them weekly just to have some idea of whether anything breaks--we aren't tracking them closely enough for daily to be all that helpful. Also scheduling them so that the toolchain is hopefully pretty close to our Sunday nightly build. Signed-off-by: Jonathon Penix --- .github/workflows/zephyr-twister-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/zephyr-twister-tests.yml b/.github/workflows/zephyr-twister-tests.yml index ee87e2432a63..6a2e5235483f 100644 --- a/.github/workflows/zephyr-twister-tests.yml +++ b/.github/workflows/zephyr-twister-tests.yml @@ -5,6 +5,8 @@ name: Zephyr Twister Tests on: workflow_dispatch: + schedule: + - cron: '0 5 * * 1' # Sunday 21:00 PST (Monday 05:00 UTC) pull_request: paths: - '.github/workflows/zephyr-twister-tests.yml'