kafka icon indicating copy to clipboard operation
kafka copied to clipboard

MINOR fix for opt-in flag for Github build

Open mumrah opened this issue 1 year ago • 1 comments

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

mumrah avatar Aug 28 '24 16:08 mumrah

We can see that the new condition works as expected here https://github.com/apache/kafka/actions/runs/10601153002

mumrah avatar Aug 28 '24 17:08 mumrah