mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Also run workflow when reussable workflow changes
Contributes to CURA-9365
This commit is contained in:
parent
c7aa3c3762
commit
ff8c0414da
1 changed files with 1 additions and 1 deletions
2
.github/workflows/conan-package-create.yml
vendored
2
.github/workflows/conan-package-create.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue