From c28c89f516ac6a4237d9e9d2c11e24c82f45e360 Mon Sep 17 00:00:00 2001 From: Michael Waxmonsky Date: Wed, 4 Dec 2024 23:09:41 -0700 Subject: [PATCH] Adding workflow_dispatch to if check for python unit tests. --- .github/workflows/python_unit_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_unit_tests.yml b/.github/workflows/python_unit_tests.yml index fb26d41c..247954cb 100644 --- a/.github/workflows/python_unit_tests.yml +++ b/.github/workflows/python_unit_tests.yml @@ -17,7 +17,7 @@ jobs: #a PR is either opened or synced (i.e. additional commits are pushed #to branch involved in PR). python_unit_tests: - if: github.event_name == 'pull_request' || github.repository == 'ESCOMP/CAM-SIMA' + if: github.event_name == 'pull_request' || github.repository == 'ESCOMP/CAM-SIMA' || github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest strategy: matrix: