From e48ad760da211f988eb687ed3a9ef00e19b19a87 Mon Sep 17 00:00:00 2001 From: Max SCHMELLER Date: Wed, 4 Dec 2024 16:51:24 +0900 Subject: [PATCH] fix modified packages error Signed-off-by: Max SCHMELLER --- .github/workflows/build-and-test-differential.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-and-test-differential.yaml b/.github/workflows/build-and-test-differential.yaml index 2785839ae..665176298 100644 --- a/.github/workflows/build-and-test-differential.yaml +++ b/.github/workflows/build-and-test-differential.yaml @@ -19,6 +19,8 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Remove exec_depend uses: autowarefoundation/autoware-github-actions/remove-exec-depend@v1 @@ -86,6 +88,8 @@ jobs: - name: Check out repository if: ${{ steps.download-compile-db.outcome == 'success' }} uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Install FB Infer id: fb-infer-install