diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d57dcd95..b6804540 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -23,6 +23,8 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: "3.12" diff --git a/.github/workflows/ci-qrules-v0.9.yml b/.github/workflows/ci-qrules-v0.9.yml index ed64f854..f36e4ce8 100644 --- a/.github/workflows/ci-qrules-v0.9.yml +++ b/.github/workflows/ci-qrules-v0.9.yml @@ -26,6 +26,8 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: "3.12"