Skip to content

Commit

Permalink
Disable static analysis for Jazzy CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed May 20, 2024
1 parent b516300 commit ecb20c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
- name: Perform static analysis
working-directory: ${{ github.workspace }}
run: ./src/beluga/tools/run-clang-tidy.sh
if: ${{ matrix.ros_distro != "jazzy" }}

- name: Upload code coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit ecb20c6

Please sign in to comment.