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

@@ -27,7 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Use Node.js ${{ matrix.node-version }}