From 3ed1fa73eb10cc0cc796b81cf7d8e51d20372a5b Mon Sep 17 00:00:00 2001 From: Bernd Mueller Date: Wed, 6 Mar 2024 14:32:27 +0100 Subject: [PATCH] fix nightly compatiblity tests --- .github/workflows/nightly-e2e.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nightly-e2e.yml b/.github/workflows/nightly-e2e.yml index 1dada10810..ebafaf8b2a 100644 --- a/.github/workflows/nightly-e2e.yml +++ b/.github/workflows/nightly-e2e.yml @@ -24,6 +24,8 @@ jobs: with: go-version: "1.21" - uses: actions/checkout@v4 + with: + fetch-depth: 0 # get all history for all branches and tags - name: Checkout LFS objects run: git lfs checkout - name: Setup Go