mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-10 15:28:56 -07:00
Update conan-recipe-version.yml
This commit is contained in:
parent
28d6e993df
commit
37a446a4ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
|
|
@ -183,7 +183,7 @@ jobs:
|
||||||
try:
|
try:
|
||||||
if "remotes/origin" in branch.abspath:
|
if "remotes/origin" in branch.abspath:
|
||||||
b_version = Version(branch.name.split("/")[-1])
|
b_version = Version(branch.name.split("/")[-1])
|
||||||
if b_version < Version("10.0.0") and b_version > max_branches_version:
|
if b_version < Version("6.0.0") and b_version > max_branches_version:
|
||||||
max_branches_version = b_version
|
max_branches_version = b_version
|
||||||
branches_no_commits = repo.commit().count() - branch.commit.count()
|
branches_no_commits = repo.commit().count() - branch.commit.count()
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue