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 efdcca4 commit a3a86e4Copy full SHA for a3a86e4
.github/workflows/python_ci_linux.yml
@@ -86,16 +86,6 @@ jobs:
86
- name: Checkout 🛎️
87
uses: "actions/checkout@v2"
88
89
- - name: Check for changed files
90
- if: startsWith(github.ref, 'refs/tags/') != true
91
- uses: dorny/paths-filter@v2
92
- id: changes
93
- with:
94
- list-files: "json"
95
- filters: |
96
- code:
97
- - '!(doc-source/**|CONTRIBUTING.rst|.imgbotconfig|.pre-commit-config.yaml|.pylintrc|.readthedocs.yml)'
98
-
99
- name: Setup Python 🐍
100
uses: "actions/setup-python@v2"
101
with:
__pkginfo__.py
0 commit comments