Skip to content

Commit

Permalink
don't run clang tidy on main
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 4, 2024
1 parent 9d22bde commit b874508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b874508

Please sign in to comment.