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: