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 8122c94 commit fb7304bCopy full SHA for fb7304b
.github/workflows/python-lint.yml
@@ -10,6 +10,23 @@ jobs:
10
flake8-lint:
11
runs-on: ubuntu-latest
12
name: Lint
13
+ if: |
14
+ github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3'
15
+ || (
16
+ github.event.schedule
17
+ && github.repository_owner == 'ggerganov'
18
+ )
19
+ || github.event.pull_request
20
+ || github.head_ref == 'master'
21
22
+ github.event.push
23
+ && github.event.push.ref == 'refs/heads/master'
24
25
26
27
+ !github.event.push
28
+ && github.ref_name == 'master'
29
30
steps:
31
- name: Check out source repository
32
uses: actions/checkout@v4
0 commit comments