chunking-signing-daily #17
1
.github/workflows/build-nvidia.yml
vendored
1
.github/workflows/build-nvidia.yml
vendored
@@ -28,3 +28,4 @@ jobs:
|
|||||||
|
|
||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: true
|
maximize_build_space: true
|
||||||
|
rechunk: true
|
||||||
|
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -2,7 +2,7 @@ name: bluebuild
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron:
|
- cron:
|
||||||
"00 06 * * 1" # build at 06:00 UTC every Monday
|
"00 06 * * *" # build at 06:00 UTC every Monday
|
||||||
# (20 minutes after last ublue images start building)
|
# (20 minutes after last ublue images start building)
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -42,3 +42,4 @@ jobs:
|
|||||||
|
|
||||||
# enabled by default, disable if your image is small and you want faster builds
|
# enabled by default, disable if your image is small and you want faster builds
|
||||||
maximize_build_space: true
|
maximize_build_space: true
|
||||||
|
rechunk: true
|
||||||
|
Reference in New Issue
Block a user