Instead of "on collision" use the "is overlapping another object" condition, right click on the condition and select invert. Invert works like a "NOT" statement IIRC.
Basically that will trigger only if the instance is not colliding with whatever sprite you want it to not collide with.