Skip to content

Commit 5e8ca26

Browse files
authored
remove test condition
1 parent dfb33e8 commit 5e8ca26

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/python-lint.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,6 @@ jobs:
1919
python-version: "3.11"
2020
- name: flake8 Lint
2121
uses: py-actions/flake8@v2
22-
if: |
23-
inputs.gpu-series == 'Standard_NC4as_T4_v3'
24-
|| (
25-
github.event_name == 'schedule'
26-
&& github.repository_owner == 'ggerganov'
27-
)
28-
|| github.event_name == 'pull_request'
29-
|| github.head_ref == 'master'
30-
|| (
31-
github.event_name == 'push'
32-
&& github.event.ref == 'refs/heads/master'
33-
&& github.repository_owner == 'ggerganov'
34-
)
35-
|| (
36-
github.event_name != 'push'
37-
&& github.ref_name == 'master'
38-
)
3922
with:
4023
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
4124
exclude: "examples/*,examples/*/**,*/**/__init__.py,convert-hf-to-gguf-update.py"

0 commit comments

Comments
 (0)