chore: speed up git checkout by removing fetch-depth 0 to avoid pulling all tags and branches (#18103)

This commit is contained in:
Bowen Liang
2025-04-15 20:21:21 +08:00
committed by GitHub
parent d619fa1767
commit 9889aa10bd
5 changed files with 0 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Setup UV and Python