From 26372ff8985e7b311e5ca91284f749c33f402603 Mon Sep 17 00:00:00 2001 From: danipiza Date: Tue, 15 Sep 2026 15:34:32 +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 bbcaa90..03cd0e0 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -306,6 +306,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: