From 18e0e3e31e1cb1e3698e16da40bbbe656e94a370 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 16 Feb 2022 08:39:56 -0500 Subject: [PATCH] ci: run full twister twice a week Now that we are stable in CI, run full twister twice a week for better coverage. Signed-off-by: Anas Nashif --- .github/workflows/twister.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index a2947f8e1cd..912610f2e24 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -8,8 +8,8 @@ on: branches: - main schedule: - # Run at 00:00 on Saturday - - cron: '0 0 * * 6' + # Run at 00:00 on Wednesday and Saturday + - cron: '0 0 * * 3,6' jobs: twister-build-cleanup: