Skip to content

Commit

Permalink
ci(build_depends.repos): fix for clang-tidy-differential (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#10162)

Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
  • Loading branch information
xmfcx authored Feb 19, 2025
1 parent 126ae32 commit efeec61
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/clang-tidy-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,19 @@ jobs:
echo "::notice::BUILD_TYPE_CUDA_STATE=$build_type_cuda_state"
shell: bash

- name: Prepare build_depends.repos file (main branch)
if: ${{ github.event.pull_request.base.ref == 'main' }}
uses: ./.github/actions/combine-repos-action
with:
base_file: build_depends_humble.repos
overlay_file: build_depends_nightly.repos
output_file: build_depends.repos

- name: Prepare build_depends.repos file (humble branch)
if: ${{ github.event.pull_request.base.ref == 'humble' }}
run: cp build_depends_humble.repos build_depends.repos
shell: bash

- name: Run clang-tidy
if: ${{ steps.get-changed-files.outputs.changed-files != '' }}
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1
Expand Down

0 comments on commit efeec61

Please sign in to comment.