Skip to content

Commit 18e0e3e

Browse files
nashifcarlescufi
authored andcommitted
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 <[email protected]>
1 parent 2b3ec2b commit 18e0e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twister.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
branches:
99
- main
1010
schedule:
11-
# Run at 00:00 on Saturday
12-
- cron: '0 0 * * 6'
11+
# Run at 00:00 on Wednesday and Saturday
12+
- cron: '0 0 * * 3,6'
1313

1414
jobs:
1515
twister-build-cleanup:

0 commit comments

Comments
 (0)