Skip to content

Commit 349adf0

Browse files
committed
workflows: Earlier weekly linux and u-boot builds
Allows these weekly builds to be picked up by the daily build. Signed-off-by: Loïc Minier <[email protected]>
1 parent 9dc5838 commit 349adf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Linux kernel deb
33
on:
44
# run weekly on Monday at 8:30am
55
schedule:
6-
- cron: '30 8 * * 1'
6+
- cron: '30 6 * * 1'
77
# allow manual runs
88
workflow_dispatch:
99

.github/workflows/u-boot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build U-Boot for RB1
33
on:
44
# run weekly on Monday at 8:30am
55
schedule:
6-
- cron: '30 8 * * 1'
6+
- cron: '30 6 * * 1'
77
# allow manual runs
88
workflow_dispatch:
99

0 commit comments

Comments
 (0)