From 63b4c031b07c74d6e167f917ac2c9b2dc86ae673 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 12 Mar 2024 08:20:04 +0100 Subject: [PATCH] Add workflow_dispatch in order to start tests manually * .github/workflows/tests.yaml: --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 712b512..fb21b4d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -9,6 +9,7 @@ on: pull_request: schedule: - cron: "0 0 * * *" + workflow_dispatch: env: DEFAULT_PYTHON: 3.9