Enhanced Input usually consumes the input for any lower priority input actions.
Meaning there could be an Input Action that already uses the space bar and thus consumes the spacebar input, so your IA_Celebrate wont receive any input events.
You can check it out in-game by executing the console command ShowDebug EnhancedInput.
This will draw a visualized overview of all your input actions and triggers, which should give you a better idea where your inputs are going.