Skip to content

Commit

Permalink
do debug where we can get logs
Browse files Browse the repository at this point in the history
  • Loading branch information
CISC authored May 4, 2024
1 parent 8122c94 commit fb7304b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@ jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
if: |
github.event.inputs.gpu-series == 'Standard_NC4as_T4_v3'
|| (
github.event.schedule
&& github.repository_owner == 'ggerganov'
)
|| github.event.pull_request
|| github.head_ref == 'master'
|| (
github.event.push
&& github.event.push.ref == 'refs/heads/master'
&& github.repository_owner == 'ggerganov'
)
|| (
!github.event.push
&& github.ref_name == 'master'
)
steps:
- name: Check out source repository
uses: actions/checkout@v4
Expand Down

0 comments on commit fb7304b

Please sign in to comment.