From 2eb0c0576657d67dd25a2b2def165544245d989f Mon Sep 17 00:00:00 2001 From: Jeff Held <94369240+jeff-held-aiven@users.noreply.github.com> Date: Fri, 1 Mar 2024 09:51:13 +0100 Subject: [PATCH] ci(tests): schedule tests to run daily (#659) --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 94be2f9ba..cadfef040 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,8 @@ name: tests on: + schedule: + - cron: 0 0 * * * workflow_dispatch: {} jobs: