kafka
kafka copied to clipboard
MINOR fix for opt-in flag for Github build
When we switched to using a reusable workflow with workflow_call and uses, it broke the GH opt-in flag. The input is defined as a string and its "truthiness" does not work as expected. This patch changes to using an explicit conditional
We can see that the new condition works as expected here https://github.com/apache/kafka/actions/runs/10601153002