Canner / wren-engine

🤖 The semantic engine for LLMs, bringing semantic context to AI agents. 🔥
https://getwren.ai/oss
Apache License 2.0
129 stars 36 forks source link

ci(maven-test): fix condition #935

Closed grieve54706 closed 1 day ago

grieve54706 commented 1 day ago

If the PR already has other tags, the condition github.event.label.name == 'v1-engine-changed' is false. We need to use contains instead of it.