Skip to content

Commit 425bb23

Browse files
committed
ci(build_depends.repos): fix for clang-tidy-differential (#10162)
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent 3cc0248 commit 425bb23

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/clang-tidy-differential.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ jobs:
6565
echo "::notice::BUILD_TYPE_CUDA_STATE=$build_type_cuda_state"
6666
shell: bash
6767

68+
- name: Prepare build_depends.repos file (main branch)
69+
if: ${{ github.event.pull_request.base.ref == 'main' }}
70+
uses: ./.github/actions/combine-repos-action
71+
with:
72+
base_file: build_depends_humble.repos
73+
overlay_file: build_depends_nightly.repos
74+
output_file: build_depends.repos
75+
76+
- name: Prepare build_depends.repos file (humble branch)
77+
if: ${{ github.event.pull_request.base.ref == 'humble' }}
78+
run: cp build_depends_humble.repos build_depends.repos
79+
shell: bash
80+
6881
- name: Run clang-tidy
6982
if: ${{ steps.get-changed-files.outputs.changed-files != '' }}
7083
uses: autowarefoundation/autoware-github-actions/clang-tidy@v1

0 commit comments

Comments
 (0)