From df09a6824cbd5665e0c08b97a92a4dc4f41c9afa Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 30 Jun 2022 22:41:45 +0200 Subject: [PATCH] default conan config should not be required Contributes to CURA-9365 --- .github/workflows/cura-installer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cura-installer.yml b/.github/workflows/cura-installer.yml index 7a26fd7a00..ebad7b3389 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -11,7 +11,7 @@ on: conan_config: description: 'Conan config branch to use' default: '' - required: true + required: false enterprise: description: 'Build Cura as an Enterprise edition' required: true