mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08:00
Update conan-recipe-version.yml
This commit is contained in:
parent
28d6e993df
commit
37a446a4ff
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…
x
Reference in New Issue
Block a user