From c6b66b369a0b5474066f0bf828f45a9f13c62480 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Fri, 31 May 2024 15:33:34 +0200 Subject: [PATCH] Make the installers worfklow callable --- .github/workflows/installers.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index f1bd4b2d19..5eef9e3a5d 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -30,6 +30,29 @@ on: required: true type: boolean + workflow_call: + inputs: + cura_conan_version: + default: 'cura/latest@ultimaker/testing' + required: true + type: string + conan_args: + default: '' + required: false + type: string + enterprise: + default: false + required: true + type: boolean + staging: + default: false + required: true + type: boolean + nightly: + default: false + required: true + type: boolean + schedule: # Daily at 4:15 CET (main-branch) and 5:15 CET (release-branch) - cron: '15 3 * * *'