Skip to content

Commit

Permalink
Adding workflow_dispatch to if check for python unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Dec 5, 2024
1 parent d3d0d9d commit c28c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c28c89f

Please sign in to comment.