Skip to content

Commit 450345a

Browse files
committed
ci: move weekly build back to sunday night
Now that we have faster runners, we can move this back to the night and be productive during the day :) Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 8c7417a commit 450345a

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
@@ -12,8 +12,8 @@ on:
1212
- v*-branch
1313
- collab-*
1414
schedule:
15-
# Run at 17:00 UTC on every Saturday
16-
- cron: '0 17 * * 6'
15+
# Run at 02:00 UTC on every Sunday
16+
- cron: '0 2 * * 0'
1717

1818
permissions:
1919
contents: read

0 commit comments

Comments
 (0)