From 78cd5690cfc25e9709e981b86f4520b924375ede Mon Sep 17 00:00:00 2001 From: danipiza Date: Thu, 3 Sep 2026 12:46:10 +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 461ab95fb..7c8c917d0 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -310,6 +310,7 @@ jobs: # UNCRUSTIFY uncrustify: + if: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'conflicts') }} runs-on: ubuntu-24.04 steps: