From f61a8451f538689c827dda5fd3b3c7e1d4de2512 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 22 Jan 2025 21:19:52 +0100 Subject: [PATCH] Run schedule CI more often due to link cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 006bcce44..79aaf85ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,8 +6,8 @@ on: - master pull_request: schedule: - # Run at 18:00 UTC every day - - cron: '0 18 * * *' + # Run 4 times a day so that the link expiration turn over is relatively small + - cron: '0 */6 * * *' jobs: ci: