Uh oh!
There was an error while loading. Please reload this page.
ci(showcase): use separate filter job for version check - #13770
Conversation
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
blakeli0
left a comment
There was a problem hiding this comment.
Does this check have to be required? @zhumin8
Separately, can we use one version as source of truth? It seems that we have a showcase version in pom and a showcase commitish in librarian.yaml. This could cause inconsistency if they are not in sync.
Uh oh!
There was an error while loading. Please reload this page.
zhumin8
commented
Jul 15, 2026
Exactly why we need this test (for now).
Sure. It be great if the showcase version in pom can source from librarian.yaml and keep that as source of truth. |
The
check-versionjob in showcase is not running in PRs that do not modify the specific paths. Update the job to use a filter job to skip the job on non-relevant PRs.Example: #13558