Browse Source

Revert "Limit the number of commits to checkout to 3000"

This reverts commit 0793572dc32182053a6b7534b803aac42a7fa063.
Jelle Spijker 2 years ago
parent
commit
298181abc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/conan-recipe-version.yml

+ 1 - 1
.github/workflows/conan-recipe-version.yml

@@ -50,7 +50,7 @@ jobs:
                 uses: actions/checkout@v3
                 with:
                     ref: ${{ github.head_ref }}
-                    fetch-depth: 3000
+                    fetch-depth: 0
 
             -   name: Setup Python and pip
                 uses: actions/setup-python@v4