Browse Source

Update benchmark.yml

quyuan01 1 year ago
parent
commit
3e8edeb2f4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/benchmark.yml

+ 2 - 1
.github/workflows/benchmark.yml

@@ -20,7 +20,8 @@ jobs:
     steps:
     - name: PDF benchmark
       uses: actions/checkout@v3
-
+      with:
+        fetch-depth: 2
     - name: check-requirements
       run: |
         changed_files=$(git diff --name-only -r HEAD~1 HEAD)