Skip to content

Commit 5d108b3

Browse files
ci: run full pytest on manual dispatch
1 parent 3b1905d commit 5d108b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python_pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
# Don't run on forks. Run on pushes to main, and on PRs that are not from forks.
172172
if: >
173173
(github.event_name == 'push' && github.ref == 'refs/heads/main') ||
174+
github.event_name == 'workflow_dispatch' ||
174175
(github.event.pull_request.head.repo.fork == false)
175176
strategy:
176177
matrix:

0 commit comments

Comments
 (0)