From 4846c4fdb0307d7d06e640d4a6785e1522ba7377 Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Sun, 22 Oct 2023 00:53:54 -0400 Subject: [PATCH] allow test on demand --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9e0f514..ed64cc2 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -1,6 +1,7 @@ name: Test on: + workflow_dispatch: ~ schedule: - cron: "0 0 * * 0" push: