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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-02-16 08:39:56 -05:00 committed by Carles Cufí
commit 18e0e3e31e

View file

@ -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: