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:
parent
2b3ec2bd96
commit
18e0e3e31e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/twister.yaml
vendored
4
.github/workflows/twister.yaml
vendored
|
@ -8,8 +8,8 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
# Run at 00:00 on Saturday
|
# Run at 00:00 on Wednesday and Saturday
|
||||||
- cron: '0 0 * * 6'
|
- cron: '0 0 * * 3,6'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
twister-build-cleanup:
|
twister-build-cleanup:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue