From af7260bf7d17b38a3d6839516bcdf79881f642cd Mon Sep 17 00:00:00 2001 From: Adrien Corenflos Date: Wed, 22 May 2024 15:50:33 +0100 Subject: [PATCH] Update test.yml (#58) Run tests on a schedule --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f7b1f7e..e8f71c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,13 @@ name: Run tests on: + schedule: + - cron: '0 12 * * 3' push: branches: - main pull_request: + jobs: test: