From 3b5417d8e6435fd2e2ea4e97c4c46881cda62ee2 Mon Sep 17 00:00:00 2001 From: Adrien Corenflos Date: Wed, 22 May 2024 14:38:27 +0100 Subject: [PATCH] Update test.yml 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: