From 172bb026307b179fe61a734ef7c0a06ad60fd825 Mon Sep 17 00:00:00 2001 From: danipiza Date: Thu, 3 Sep 2026 12:46:24 +0200 Subject: [PATCH] [#25619] Changed Uncrustify workflow to be executed only 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 079e72b..bbcaa90 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -294,6 +294,7 @@ jobs: # UNCRUSTIFY uncrustify: + if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'conflicts') }} runs-on: ubuntu-24.04 steps: