From 2205f177f3cb121f7c24a22621a8867efa071eb9 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Thu, 18 Sep 2025 20:21:18 +0200 Subject: [PATCH] github/workflows/codeformat: Fix workflow. Signed-off-by: iabdalkader --- .github/workflows/codeformat.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/codeformat.yml b/.github/workflows/codeformat.yml index b4b4605f3..4cb49803a 100644 --- a/.github/workflows/codeformat.yml +++ b/.github/workflows/codeformat.yml @@ -15,7 +15,6 @@ on: - synchronize branches: - 'master' - - 'update_code_formatter' paths: - '**/*.{c,cc,h}' @@ -46,4 +45,4 @@ jobs: scripts/** tools/** uncrustify-version: '0.75.0' - fail-on-error: 'true' + fail-on-error: true