From ed3e7c6539b88474e9bb04677f7809152351296e Mon Sep 17 00:00:00 2001 From: danipiza Date: Tue, 15 Sep 2026 15:33:30 +0200 Subject: [PATCH] [CI] Only execute python linters in PRs Signed-off-by: danipiza --- .github/workflows/reusable-ubuntu-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index 7c8c917d0..36a90d85b 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -322,6 +322,7 @@ jobs: # PYTHON LINTER python-linter: + if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'conflicts') }} runs-on: ubuntu-22.04 steps: