Update the workflow#2326
Merged
HellAholic merged 10 commits intomainfrom Apr 28, 2026
Merged
Conversation
Make the workflow ticket aware across different repositories (including the GcodeAnalyzer) Moving the script to execute the analyzer to its own repository (to do item) to keep all the connected elements in one place for the analyzer Using the cura.jinja profile for the build to include the overrides - Package override action, checks for existing tag before appending it. Required to be fixed to prevent a duplicated tag error Ultimaker/cura-workflows@038066f - cura.jinja, move the override section to the bottom of the file so we can just append the overrides when required without needing to add the override tag Ultimaker/conan-config@64a4beb
Contributor
Utilize the reusable workflow added in : Ultimaker/cura-workflows#51
wawanbreton
approved these changes
Apr 16, 2026
Contributor
wawanbreton
left a comment
There was a problem hiding this comment.
Looks good overall, some suggestion and questions
Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com>
Co-authored-by: Erwan MATHIEU <erwan.mathieu@ultimaker.com>
always ensures the if condition is validated before failing the job, but since the job requires the output of the previous jobs it becomes a redundant check to execute in case of a fail job
wawanbreton
approved these changes
Apr 24, 2026
Contributor
wawanbreton
left a comment
There was a problem hiding this comment.
Looks good ! However the GCodeAnalyzer failed to execute, which is precisely the point of the PR 😄 I will take a look
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the workflow ticket aware across different repositories (including the GcodeAnalyzer)
Moving the script to execute the analyzer to its own repository (to do item) to keep all the connected elements in one place for the analyzer
Using the cura.jinja profile for the build to include the overrides
CURA-13110
Requires Ultimaker/Cura#21563