ci: run debian cache at midnight, change batch size
This commit is contained in:
parent
6ab8f2fea1
commit
bd2dfe3e4e
4
.github/workflows/debian-cache.yml
vendored
4
.github/workflows/debian-cache.yml
vendored
@ -3,7 +3,7 @@ name: Debian kernels cache
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: '0 0 * * *'
|
||||
push:
|
||||
paths:
|
||||
- '.github/workflows/debian-cache.yml'
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
status, output = getstatusoutput(
|
||||
"./out-of-tree --log-level=warn "
|
||||
"distro debian get-deb "
|
||||
"--ignore-cached --max=64"
|
||||
"--ignore-cached --max=16
|
||||
)
|
||||
logging.info(output)
|
||||
return status == 0
|
||||
|
Loading…
Reference in New Issue
Block a user