Restore part of the call

This commit is contained in:
Erwan MATHIEU 2024-06-05 13:57:46 +02:00
parent 72cc8d5b57
commit 1972ca2f6c

View File

@ -88,10 +88,11 @@ jobs:
git tag ${{ needs.prepare-cura-repo.outputs.tag_name }} git tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
git push origin tag ${{ needs.prepare-cura-repo.outputs.tag_name }} git push origin tag ${{ needs.prepare-cura-repo.outputs.tag_name }}
#create-dependencies-packages: create-dependencies-packages:
#name: Create conan packages for dependencies name: Create conan packages for dependencies
#uses: mathze/workflow-dispatch-action@v1.3.0 #uses: mathze/workflow-dispatch-action@v1.3.0
#needs: [parse-version, prepare-cura-repo] needs: [parse-version, prepare-cura-repo]
run: echo coucou
#strategy: #strategy:
#matrix: #matrix:
#repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials] #repository: [Cura, Uranium, CuraEngine, cura-binary-data, fdm_materials]