Browse Source

Remove pr_version

Contributes to CURA-9430
j.spijker@ultimaker.com 2 years ago
parent
commit
dc00625188
1 changed files with 0 additions and 3 deletions
  1. 0 3
      .github/workflows/conan-package.yml

+ 0 - 3
.github/workflows/conan-package.yml

@@ -58,7 +58,6 @@ jobs:
         with:
             recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
             recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
-            recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
             runs_on: 'macos-10.15'
             python_version: '3.10.x'
             conan_logging_level: 'info'
@@ -71,7 +70,6 @@ jobs:
         with:
             recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
             recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
-            recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
             runs_on: 'ubuntu-20.04'
             python_version: '3.10.x'
             conan_logging_level: 'info'
@@ -84,7 +82,6 @@ jobs:
         with:
             recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
             recipe_id_latest: ${{ needs.conan-recipe-version.outputs.recipe_id_latest }}
-            recipe_id_pr: ${{ needs.conan-recipe-version.outputs.recipe_id_pr }}
             runs_on: 'windows-2022'
             python_version: '3.10.x'
             conan_logging_level: 'info'