Parcourir la source

Update benchmark.yml

quyuan01 il y a 1 an
Parent
commit
3e8edeb2f4
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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)