[skip ci] Adjust build workflow chunk size
The daemon still seems to die when it gets near the 10 minute mark.
This commit is contained in:
parent
e443af81b7
commit
2714b3126c
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
CI_CHUNK_SIZE: 75
|
||||
CI_CHUNK_SIZE: 65
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- '**.md'
|
||||
|
||||
env:
|
||||
CI_CHUNK_SIZE: 75
|
||||
CI_CHUNK_SIZE: 65
|
||||
|
||||
jobs:
|
||||
prepare:
|
||||
|
Loading…
x
Reference in New Issue
Block a user