From fca2fab9c28732020b5e558fd0c657160eb9ba64 Mon Sep 17 00:00:00 2001 From: HellAholic Date: Fri, 31 Oct 2025 12:37:36 +0100 Subject: [PATCH] change target to test new implementation of workflow --- .github/workflows/find-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-packages.yml b/.github/workflows/find-packages.yml index 2ce8534343..6e039d68ab 100644 --- a/.github/workflows/find-packages.yml +++ b/.github/workflows/find-packages.yml @@ -40,7 +40,7 @@ permissions: jobs: find-packages: name: Find packages for Jira ticket - uses: ultimaker/cura-workflows/.github/workflows/find-package-by-ticket.yml@main + uses: ultimaker/cura-workflows/.github/workflows/find-package-by-ticket.yml@find_conan_package_python_version with: jira_ticket_number: ${{ inputs.jira_ticket_number }} secrets: inherit