From 1f7679b33165f65a0c4474f6b29d3e56a23d3fc1 Mon Sep 17 00:00:00 2001 From: Joey de l'Arago Date: Thu, 6 Oct 2022 10:01:06 +0200 Subject: [PATCH] Default to creating the installer --- .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 da439eeff0..19f2211234 100644 --- a/.github/workflows/cura-installer.yml +++ b/.github/workflows/cura-installer.yml @@ -29,7 +29,7 @@ on: installer: description: 'Create the installer' required: true - default: false + default: true type: boolean # Run the nightly at 3:25 UTC on working days