From 84694c1d9b231abbb4e8437ddb0615e2718af796 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 13 Sep 2024 16:34:09 -0400 Subject: [PATCH] Run tests weekly to ensure we are still good --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7aa6498..6504cfc3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,9 @@ name: Test on: pull_request: push: + schedule: + # run weekly to ensure that we are still good + - cron: '1 2 * * 3' jobs: test: