From debd6587533c2a45c1e4f64d7ee72d4f4010cc5a Mon Sep 17 00:00:00 2001 From: nitec <35529761+cdozdil@users.noreply.github.com> Date: Sun, 15 Feb 2026 18:03:48 +0300 Subject: [PATCH] Disabled clang until it gets fixed --- .github/workflows/clang-format.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index c870df8e..d662a59e 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -1,5 +1,6 @@ name: clang-format Check -on: [push, pull_request] +on: # [push, pull_request] + workflow_dispatch: jobs: formatting-check: name: Formatting Check