From 107f7b044928600420208803c4d3b32ba0a99310 Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Fri, 18 Oct 2024 14:09:05 +0200 Subject: [PATCH] Skip running cppcheck --- .github/workflows/hosted_runners.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index 38557decd10..74ea8db386f 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -137,6 +137,7 @@ jobs: # This job runs source code analysis tools (currently, just cppcheck) check_source_code: + if: false needs: [check_code_style, check_libraries_manifest] runs-on: ${{ matrix.os }}