Skip to content

Commit ff4dc62

Browse files
nashifkartben
authored andcommitted
ci: twister: start weekly run earlier
Start weekly run a bit earlier to make use of idle night time of the weekend. Signed-off-by: Anas Nashif <[email protected]>
1 parent 22cd514 commit ff4dc62

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 03:00 UTC on every Sunday
16-
- cron: '0 3 * * 0'
15+
# Run at 17:00 UTC on every Saturday
16+
- cron: '0 17 * * 6'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }}

0 commit comments

Comments
 (0)