Clint,
If you want to jump over the "else" step when the "if" condition is true, use a post action in the "if" step to skip over the "else" step. You can just set the custom condition expresion to TRUE then in the On Condition True, jump to the step after the else.
For the simple if-then-else structure, I prefer to set the precondition of the "else" step to RunState.PreviousStep.Result.Status=="Skipped". This enables the two steps to be easily cut and pasted as no step names that may have to be changed are involved.
Howard