1 parent b1539c8 commit aa12f12Copy full SHA for aa12f12
1 file changed
.github/workflows/build.yml
@@ -2,7 +2,7 @@ name: bluebuild
2
on:
3
schedule:
4
- cron:
5
- "00 06 * * *" # build at 06:00 UTC every day
+ "00 07 * * *" # build at 06:00 UTC every day
6
# (20 minutes after last ublue images start building)
7
push:
8
paths-ignore: # don't rebuild if only documentation has changed
0 commit comments