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
commit 9889aa10bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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