Sfoglia il codice sorgente

Update benchmark.yml

quyuan01 1 anno fa
parent
commit
3e8edeb2f4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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)