From 23f8763ddb2f1986d24cdfafbc69b3b7ea335d8c Mon Sep 17 00:00:00 2001 From: davidwilby <24752124+davidwilby@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:46:04 +0000 Subject: [PATCH] run tests weekly and enable manual dispatch --- .github/workflows/tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adb65e8f..d4a50168 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,8 +1,11 @@ name: Tests on: - - push - - pull_request + push: + pull_request: + workflow_dispatch: + schedule: + - cron: "5 0 * * 2" # run weekly tests jobs: test: