Merge pull request 'fix(ci): use shallow tag-only fetch to avoid 504 timeout' (#2) from fix/ci-tag-fetch-504 into main
Some checks failed
Build and Test / build (push) Failing after 44m23s

This commit was merged in pull request #2.
This commit is contained in:
2026-02-04 19:30:50 +00:00

View File

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