"Event Type is" condition doesn't work
It's fairly straightforward. CRM_CivirulesConditions_Form_Event_EventType::getEventTypes()
looks up the option values, but then stores the option value id
and not the value
. So when comparing to the stored value, the lookup fails.