Skip to content

Commit

Permalink
don't run clang tidy on humble main branch either
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Dec 12, 2024
1 parent 22cec8d commit fe83249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe83249

Please sign in to comment.