1
0

ci: run debian cache at midnight, change batch size

This commit is contained in:
dump_stack() 2023-05-16 19:44:15 +00:00
parent 6ab8f2fea1
commit bd2dfe3e4e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC

View File

@ -3,7 +3,7 @@ name: Debian kernels cache
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 4 * * *' - cron: '0 0 * * *'
push: push:
paths: paths:
- '.github/workflows/debian-cache.yml' - '.github/workflows/debian-cache.yml'
@ -70,7 +70,7 @@ jobs:
status, output = getstatusoutput( status, output = getstatusoutput(
"./out-of-tree --log-level=warn " "./out-of-tree --log-level=warn "
"distro debian get-deb " "distro debian get-deb "
"--ignore-cached --max=64" "--ignore-cached --max=16
) )
logging.info(output) logging.info(output)
return status == 0 return status == 0