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 cc8cee5 commit b28b9faCopy full SHA for b28b9fa
.github/workflows/tests.yml
@@ -31,14 +31,7 @@ env:
31
jobs:
32
test:
33
if: |
34
- github.event_name == 'workflow_dispatch' ||
35
- (
36
- github.repository == 'matplotlib/matplotlib' &&
37
- !contains(github.event.head_commit.message, '[ci skip]') &&
38
- !contains(github.event.head_commit.message, '[skip ci]') &&
39
- !contains(github.event.head_commit.message, '[skip github]') &&
40
- !contains(github.event.head_commit.message, '[ci doc]')
41
- )
+ github.event_name == 'workflow_dispatch' || github.repository == 'matplotlib/matplotlib'
42
permissions:
43
contents: read
44
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.name-suffix }}"
0 commit comments