We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc5838 commit 349adf0Copy full SHA for 349adf0
.github/workflows/linux.yml
@@ -3,7 +3,7 @@ name: Build Linux kernel deb
3
on:
4
# run weekly on Monday at 8:30am
5
schedule:
6
- - cron: '30 8 * * 1'
+ - cron: '30 6 * * 1'
7
# allow manual runs
8
workflow_dispatch:
9
.github/workflows/u-boot.yml
@@ -3,7 +3,7 @@ name: Build U-Boot for RB1
0 commit comments