From 4c46221aaf2b9060b1dd15c16733dd687122d375 Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Wed, 25 Jun 2025 15:33:45 -0700 Subject: [PATCH] ci: run unit tests on main once a day --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a1135f265..6f04af073 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,8 @@ on: branches: - main pull_request: + schedule: + - cron: "0 0 * * *" jobs: build: