Skip to content

Commit

Permalink
Simplify conan-package.yml workflow
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jellespijker committed Nov 16, 2023
1 parent 78cafec commit 01998d2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/conan-package.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
---
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:
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:
paths:
- 'plugins/**'
Expand Down

0 comments on commit 01998d2

Please sign in to comment.