From bd2dfe3e4e2cde60784a0e8328b9bf4795e5bafb Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Tue, 16 May 2023 19:44:15 +0000 Subject: [PATCH] ci: run debian cache at midnight, change batch size --- .github/workflows/debian-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/debian-cache.yml b/.github/workflows/debian-cache.yml index 5e8512e..c259ef8 100644 --- a/.github/workflows/debian-cache.yml +++ b/.github/workflows/debian-cache.yml @@ -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