chore: CI: disable tree-less clone on nightly release

This commit is contained in:
Sebastian Ullrich 2025-10-18 13:31:17 +02:00
parent c76411d6c5
commit 721ffe5713

View file

@ -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: