fix(ci): use shallow tag-only fetch to avoid 504 timeout #2

Merged
forbes merged 1 commits from fix/ci-tag-fetch-504 into main 2026-02-04 19:30:51 +00:00

View File

@@ -37,7 +37,7 @@ jobs:
fetch-depth: 1 fetch-depth: 1
- name: Fetch tags (for git describe) - 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 - name: Install pixi
run: | run: |