Update find-packages workflow

Add input to start builds
Update the reference to the workflow name
This commit is contained in:
HellAholic 2025-06-24 12:16:05 +02:00 committed by GitHub
parent 2a45cf3274
commit 694ef2a8c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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