From 440b004f012e3b62f10ffbb36e24544b0a11c253 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 4 Jan 2024 16:36:13 +0100 Subject: [PATCH] ci: add cron job --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 710429c..0d17f51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,8 @@ on: branches: # only branches from forks which have the form 'user:branch-name' - '**:**' + schedule: + - cron: '42 0 * * 0' jobs: run_tests: strategy: