From fe832493bcd930517d69c659fd8d70ad58003ce2 Mon Sep 17 00:00:00 2001 From: Henry Moore Date: Thu, 12 Dec 2024 23:40:04 +0000 Subject: [PATCH] don't run clang tidy on humble main branch either --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e4823789..3102f889 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: working-directory: /colcon_ws clang_tidy: - if: github.ref != 'refs/heads/main' + if: github.ref != 'refs/heads/humble' needs: # Ensure the test job runs after the build job finishes instead of attempting to run in parallel - build-ws