[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:
arkon 2022-06-05 11:35:24 -04:00
parent e443af81b7
commit 2714b3126c
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
- '**.md'
env:
CI_CHUNK_SIZE: 75
CI_CHUNK_SIZE: 65
jobs:
prepare:

View File

@ -8,7 +8,7 @@ on:
- '**.md'
env:
CI_CHUNK_SIZE: 75
CI_CHUNK_SIZE: 65
jobs:
prepare: