mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Simplify conan-package.yml workflow
Removed redundant workflow dispatch inputs and comments in .github/workflows/conan-package.yml. These were unnecessary for the push-based workflow and have been simplified to streamline the process and make it more efficient. Contributes to CURA-10831
This commit is contained in:
parent
78cafeca4b
commit
01998d2113
1 changed files with 0 additions and 21 deletions
21
.github/workflows/conan-package.yml
vendored
21
.github/workflows/conan-package.yml
vendored
|
@ -1,27 +1,6 @@
|
||||||
---
|
|
||||||
name: conan-package
|
name: conan-package
|
||||||
|
|
||||||
# Exports the recipe, sources and binaries for Mac, Windows and Linux and upload these to the server such that these can
|
|
||||||
# be used downstream.
|
|
||||||
#
|
|
||||||
# It should run on pushes against main or CURA-* branches, but it will only create the binaries for main and release branches
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
inputs:
|
|
||||||
create_binaries_windows:
|
|
||||||
required: true
|
|
||||||
default: false
|
|
||||||
description: 'create binaries Windows'
|
|
||||||
create_binaries_linux:
|
|
||||||
required: true
|
|
||||||
default: false
|
|
||||||
description: 'create binaries Linux'
|
|
||||||
create_binaries_macos:
|
|
||||||
required: true
|
|
||||||
default: false
|
|
||||||
description: 'create binaries Macos'
|
|
||||||
|
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'plugins/**'
|
- 'plugins/**'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue