From a4b93e81afc31eb30aeab6fc697667b6a395532f Mon Sep 17 00:00:00 2001 From: James Gaboardi Date: Sat, 16 Mar 2024 19:29:12 -0400 Subject: [PATCH] Update unittests.yml add manual trigger --- .github/workflows/unittests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 7d8f2a2b..84a042f9 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -8,6 +8,12 @@ - '*' schedule: - cron: '59 23 * * *' + workflow_dispatch: + inputs: + version: + description: Manual Unittest Run + default: test + required: false jobs: unittests: