mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
use the first index
Contributes to CURA-9365
This commit is contained in:
parent
43d9174d95
commit
4fd744cc95
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
|
@ -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…
Add table
Add a link
Reference in a new issue