mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Make the installers worfklow callable
This commit is contained in:
parent
a34a442009
commit
c6b66b369a
1 changed files with 23 additions and 0 deletions
23
.github/workflows/installers.yml
vendored
23
.github/workflows/installers.yml
vendored
|
@ -30,6 +30,29 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
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:
|
schedule:
|
||||||
# Daily at 4:15 CET (main-branch) and 5:15 CET (release-branch)
|
# Daily at 4:15 CET (main-branch) and 5:15 CET (release-branch)
|
||||||
- cron: '15 3 * * *'
|
- cron: '15 3 * * *'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue