Thanks to visit codestin.com Credit goes to github.com
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 552e078 commit 6582287Copy full SHA for 6582287
1 file changed
.github/workflows/tests.yml
@@ -14,6 +14,7 @@ env:
14
15
jobs:
16
test:
17
+ if: "github.repository == 'matplotlib/matplotlib' && !contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip github]')"
18
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }} ${{ matrix.name-suffix }}"
19
runs-on: ${{ matrix.os }}
20
0 commit comments