Hi. First, I'll point out that the normal jump works automatically, by pressing the shift key.
That said, you can make your custom jump work normally by adding another condition to test if the character is on ground to the the event, like so:
+ MouseKeyboard: On key Up arrow pressed
+ blank_character: is on ground
-> blank_character: Jump
That will prevent it from jumping again while it is jumping or falling.