From b874508745264cfff8c6a81035afe6fae9d2b315 Mon Sep 17 00:00:00 2001 From: Henry Moore Date: Fri, 4 Oct 2024 20:30:40 +0000 Subject: [PATCH] don't run clang tidy on main --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c412c876..d5866179 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -72,6 +72,7 @@ jobs: working-directory: /colcon_ws clang_tidy: + if: github.ref != 'refs/heads/main' needs: # Ensure the test job runs after the build job finishes instead of attempting to run in parallel - build-ws