mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00
Update find-packages workflow
Add input to start builds Update the reference to the workflow name
This commit is contained in:
parent
2a45cf3274
commit
694ef2a8c9
1 changed files with 6 additions and 1 deletions
7
.github/workflows/find-packages.yml
vendored
7
.github/workflows/find-packages.yml
vendored
|
@ -7,13 +7,18 @@ on:
|
|||
description: 'Jira ticket number for Conan package discovery (e.g., cura_12345)'
|
||||
required: true
|
||||
type: string
|
||||
start_builds:
|
||||
default: false
|
||||
required: false
|
||||
type: boolean
|
||||
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
find-packages:
|
||||
name: Find packages for Jira ticket
|
||||
uses: ultimaker/cura-workflows/.github/workflows/find_package_by_ticket.yml@jira_find_package
|
||||
uses: ultimaker/cura-workflows/.github/workflows/find-package-by-ticket.yml@jira_find_package
|
||||
with:
|
||||
jira_ticket_number: ${{ inputs.jira_ticket_number }}
|
||||
start_builds: ${{ inputs.start_builds }}
|
||||
secrets: inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue