Skip to content

Commit

Permalink
Fix pylama again
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 19, 2024
1 parent 83839bd commit cbf845a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
pylama:
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci')&& !(contains(github.event.pull_request.labels.*.name, 'lint-only') }}
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci')) }}
name: PyLama Lint
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cbf845a

Please sign in to comment.