You want to have a "state" for the player, and use that state as a condition in your collision event.
You can use a boolean instance variable for your player - IsJumping, true or false.
Add a compare instance variable for Player IsJumping False to your collision event.