Browse Source

Also run workflow when reussable workflow changes

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

+ 1 - 1
.github/workflows/conan-package-create.yml

@@ -77,7 +77,7 @@ jobs:
                 run: conan config install https://github.com/Ultimaker/conan-config.git
 
             -   name: Create the Packages
-                run: conan install ${{ inputs.recipe_id_full }} -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update
+                run: conan install ${{ inputs.recipe_id_full }} --build=missing --update
 
             -   name: Upload the Package(s)
                 run: |