mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-03-04 09:34:35 -07:00
debug - remove the input check
This commit is contained in:
parent
300d776f1a
commit
a6bb695666
1 changed files with 1 additions and 1 deletions
2
.github/workflows/find-packages.yml
vendored
2
.github/workflows/find-packages.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
installers:
|
||||
name: Create installers
|
||||
needs: find-packages
|
||||
if: ${{ github.event.inputs.start_builds == 'true' && needs.find-packages.outputs.discovered_packages != '' }}
|
||||
if: ${{ needs.find-packages.outputs.discovered_packages != '' }}
|
||||
uses: ultimaker/cura-workflows/.github/workflows/cura-installers.yml@main
|
||||
with:
|
||||
cura_conan_version: ${{ needs.find-packages.outputs.cura_package }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue