From 5ec39189fa746d98d5330e71e2e924358153edaf Mon Sep 17 00:00:00 2001 From: Uwe Date: Sun, 24 Jul 2022 02:58:39 +0200 Subject: [PATCH] [.github] disable tidy checks for now - as requested in https://github.com/FreeCAD/FreeCAD/pull/7152#issuecomment-1193176866 --- .github/workflows/checks.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 512c7cc53c..221178813c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,5 +1,7 @@ name: CI on: + push: + branches: [master, development/toponaming, releases/FreeCAD-0-20] pull_request: permissions: @@ -51,7 +53,7 @@ env: checkClangTidy: true clangTidyChecks: boost-*,bugprone-*,performance-*,readability-*,portability-*,modernize-*,clang-analyzer-*,cppcoreguidelines-*,concurrency-* - clangTidyFailSilent: false + clangTidyFailSilent: true checkClazy: true clazyChecks: level1 # https://invent.kde.org/sdk/clazy#list-of-checks