mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-23 21:54:26 +08:00
use the first index
Contributes to CURA-9365
This commit is contained in:
parent
43d9174d95
commit
4fd744cc95
2
.github/workflows/conan-recipe-version.yml
vendored
2
.github/workflows/conan-recipe-version.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
elif repo.active_branch.name == "main" or repo.active_branch.name == "master":
|
||||
channel = 'testing'
|
||||
else:
|
||||
channel = repo.active_branch.name.split("_").replace("-", "_").lower()
|
||||
channel = repo.active_branch.name.split("_")[0].replace("-", "_").lower()
|
||||
|
||||
if event_name == "pull_request":
|
||||
channel = f"pr_{issue_number}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user