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
Some checks failed
Build and Test / build (push) Failing after 44m23s
This commit was merged in pull request #2.
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user