fix(ci): use shallow tag-only fetch to avoid 504 timeout #2
@@ -37,7 +37,7 @@ jobs:
|
||||
fetch-depth: 1
|
||||
|
||||
- name: Fetch tags (for git describe)
|
||||
run: git fetch --tags --no-recurse-submodules origin
|
||||
run: git fetch --no-recurse-submodules --depth=1 origin '+refs/tags/*:refs/tags/*'
|
||||
|
||||
- name: Install pixi
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user