From 2e9d0023215328bb1bccad2964f1e6cd7bf52d6f Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Fri, 4 Oct 2024 08:20:43 -0400 Subject: [PATCH] Run CI tests daily --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00ae41cd..e1adaba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,8 @@ on: branches: - "main" - "master" + schedule: + - cron: "30 12 * * *" jobs: test: