From 8643c43be93387aafb77822164d67bbff46b2901 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 20 Dec 2024 10:27:15 +0100 Subject: [PATCH] FIX: fetch all tags in benchmark workflow --- .github/workflows/benchmark.yml | 2 ++ .github/workflows/ci-qrules-v0.9.yml | 2 ++ 2 files changed, 4 insertions(+) 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"