From 1afa947030c5637f71f6563bc22aa75032e53a57 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sun, 29 Jan 2023 18:31:01 +0100 Subject: [PATCH] [CI] Temporarily disable uncrustify action --- .github/workflows/uncrustify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uncrustify.yml b/.github/workflows/uncrustify.yml index cccdd4aa..1dcc7c4a 100644 --- a/.github/workflows/uncrustify.yml +++ b/.github/workflows/uncrustify.yml @@ -11,7 +11,7 @@ jobs: name: Uncrustify runs-on: ubuntu-latest env: - run-uncrust: ${{ contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, 'CI_FORCE_UNCRUST') || github.event_name == 'pull_request' }} + run-uncrust: ${{ false || contains(github.event.head_commit.message, 'Bump version to') || contains(github.event.head_commit.message, 'CI_FORCE_UNCRUST') || github.event_name == 'pull_request' }} steps: - name: Checkout repository