We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40c09be commit f65fb01Copy full SHA for f65fb01
.github/workflows/python-test.yml
@@ -9,7 +9,7 @@ permissions:
9
10
jobs:
11
test-python:
12
- if: "contains(github.event.head_commit.message, '!test')"
+ if: ${{ contains(github.event.head_commit.message, '!test') || github.event_name == 'workflow_dispatch' }}
13
name: test ${{ matrix.python-version }}
14
strategy:
15
fail-fast: false
@@ -56,7 +56,7 @@ jobs:
56
HYPOTHESIS_PROFILE: slow
57
58
test-os:
59
60
name: test on ${{ matrix.os }}
61
62
0 commit comments