From a41e1612b68d332c27ce3a44a7652b02f663100d Mon Sep 17 00:00:00 2001 From: Krzysiek Karbowiak Date: Wed, 5 Mar 2025 18:42:28 +0100 Subject: [PATCH] Disable clang-tidy in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f5f1291..8ec6270f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: run: cmake --build build --parallel clangtidy: + if: false # disable as it takes way too much time name: "clang-tidy" runs-on: ubuntu-24.04 steps: