Also run workflow when reussable workflow changes

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-21 13:02:52 +02:00 committed by Jelle Spijker
parent c7aa3c3762
commit ff8c0414da

View file

@ -77,7 +77,7 @@ jobs:
run: conan config install https://github.com/Ultimaker/conan-config.git run: conan config install https://github.com/Ultimaker/conan-config.git
- name: Create the Packages - 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) - name: Upload the Package(s)
run: | run: |