From cd2d28041cea86b4ea4b233d248c877277b7904b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 30 May 2024 18:24:54 +0200 Subject: [PATCH] CI: revert the treeless clone for the build job git gets confused when we add another remote there, so revert for now --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3dd854ec5..01a29a3286 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,6 @@ jobs: with: path: temp fetch-depth: 0 - filter: tree:0 persist-credentials: false # to match the autobuild environment