From 1b039e501ddf965ac534d1aef9749bfa3897d3a2 Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 4 Mar 2023 23:42:11 +0100 Subject: [PATCH] [CI] Disable uncrustify action --- .github/workflows/uncrustify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/uncrustify.yml b/.github/workflows/uncrustify.yml index 1dcc7c4a..723929ab 100644 --- a/.github/workflows/uncrustify.yml +++ b/.github/workflows/uncrustify.yml @@ -1,10 +1,10 @@ name: "Uncrustify" on: - push: - branches: [master] - pull_request: - branches: [master] + #push: + # branches: [master] + #pull_request: + # branches: [master] jobs: uncrustify: