From 721ffe57138a13c91ff252a49fab60ba1abf18fd Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Sat, 18 Oct 2025 13:31:17 +0200 Subject: [PATCH] chore: CI: disable tree-less clone on nightly release --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0b64677fa..d4ce117fcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -404,7 +404,8 @@ jobs: with: # needed for tagging fetch-depth: 0 - filter: tree:0 + # Doesn't seem to be working when additionally fetching from lean4-nightly + #filter: tree:0 token: ${{ secrets.PUSH_NIGHTLY_TOKEN }} - uses: actions/download-artifact@v5 with: