chore: CI: disable tree-less clone on nightly release
This commit is contained in:
parent
c76411d6c5
commit
721ffe5713
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue