From 0e1ca43af2a82578281771ceae9649962034403b 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adb65e8f..edaa539c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,6 +3,8 @@ name: Tests on: - push - pull_request + - workflow_dispatch + - cron: "5 0 * * 2" # run weekly tests jobs: test: