From f41934ae6e2c1a82ef8dca773238b12fdd071141 Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Thu, 20 Jun 2024 14:43:47 +0100 Subject: [PATCH] Keep stats up to date by rebuilding them once a day Refs https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f5c72c..9b4821e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ on: branches: - 'main' pull_request: + schedule: + - cron: '0 0 * * *' permissions: contents: read