mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
Merge pull request #20717 from Ultimaker/jira_find_package
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Create find-packages.yml
This commit is contained in:
commit
44ff26594b
1 changed files with 17 additions and 0 deletions
17
.github/workflows/find-packages.yml
vendored
Normal file
17
.github/workflows/find-packages.yml
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
name: Conan Package Discovery by Jira Ticket
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
jira_ticket_number:
|
||||
description: 'Jira ticket number for Conan package discovery (e.g., cura_12345)'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
find-packages:
|
||||
name: Find packages for Jira ticket
|
||||
uses: ultimaker/cura-workflows/.github/workflows/find_package_by_ticket.yml@jira_find_package
|
||||
with:
|
||||
jira_ticket_number: ${{ inputs.jira_ticket_number }}
|
||||
secrets: inherit
|
Loading…
Add table
Add a link
Reference in a new issue