From c9fe7906c2ddeaffe1718ca9be37cd4a4cf13b6d Mon Sep 17 00:00:00 2001 From: Henry Huang <69825683+hhenry01@users.noreply.github.com> Date: Sat, 28 Oct 2023 15:19:22 -0700 Subject: [PATCH] Disable clang-tidy CI check --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6fc221b..7d04f2e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: with: repository: ${{ github.event.repository.name }} ros-ci: true - clang-tidy: true + clang-tidy: false rebuild-docs: true # If rebuild-docs is true: # 1. Create the repository secret PAT_TOKEN (copy from Bitwarden)