Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-07-15 14:57:49 +0300
committerJelle Spijker <j.spijker@ultimaker.com>2022-07-15 14:57:49 +0300
commit298181abc615d18de3bb13ada01e34b8c81d8114 (patch)
treea9073221ec3d112a55066e2136cab5e8cee56d56
parente179e15f4a6431b3fa828f02aaf8213fb07f3506 (diff)
Revert "Limit the number of commits to checkout to 3000"
This reverts commit 0793572dc32182053a6b7534b803aac42a7fa063.
-rw-r--r--.github/workflows/conan-recipe-version.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml
index 9d28a70f86..c3c404f391 100644
--- a/.github/workflows/conan-recipe-version.yml
+++ b/.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