From a507570167666615c8bf6d92540fbadd5ba6a7a1 Mon Sep 17 00:00:00 2001 From: Eunseon Lee Date: Fri, 4 Jul 2025 21:31:42 +0900 Subject: [PATCH] ci: Update workflow settings to fix CI test failure issue --- .github/workflows/bcc-test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/bcc-test.yml b/.github/workflows/bcc-test.yml index db81f29be799..07326ca3044b 100644 --- a/.github/workflows/bcc-test.yml +++ b/.github/workflows/bcc-test.yml @@ -35,6 +35,9 @@ jobs: RW_ENGINE_ENABLED: ON steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: dorny/paths-filter@v3 id: changes with: @@ -138,6 +141,9 @@ jobs: PYTHON_TEST_LOGFILE: critical.log steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: dorny/paths-filter@v3 id: changes with: