From a3d8fa4ca8076f02b78cfc980d55add79ef6b497 Mon Sep 17 00:00:00 2001 From: Paul Baksic Date: Fri, 16 Jan 2026 11:47:20 +0100 Subject: [PATCH] Add cron for nightly --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97cfe54..9c98bcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: workflow_dispatch: push: + schedule: + - cron: '0 5 * * *' # nightly job at 5 a.m. UTC to make sure sofa's nightly is available jobs: build-and-test: