mirror of
https://github.com/langgenius/dify.git
synced 2026-04-30 15:38:08 +08:00
chore: speed up git checkout by removing fetch-depth 0 to avoid pulling all tags and branches (#18103)
This commit is contained in:
1
.github/workflows/web-tests.yml
vendored
1
.github/workflows/web-tests.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Check changed files
|
||||
|
||||
Reference in New Issue
Block a user