From 83839bdd6cc261d63f743c79a5ce7786bce7ef15 Mon Sep 17 00:00:00 2001 From: Patricia Grubel Date: Fri, 19 Apr 2024 17:23:54 -0600 Subject: [PATCH] Fix pylama for lint-only --- .github/workflows/pylama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylama.yml b/.github/workflows/pylama.yml index 7a698b864..349c9fe95 100644 --- a/.github/workflows/pylama.yml +++ b/.github/workflows/pylama.yml @@ -12,7 +12,7 @@ on: jobs: pylama: - if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci') }} + if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci')&& !(contains(github.event.pull_request.labels.*.name, 'lint-only') }} name: PyLama Lint runs-on: ubuntu-latest steps: