Triggering an animation blueprint only once per actor instance?

I have a player character with 2 skeletal meshes, 1 for body, 1 for arms because you can change arms in-game. They both use the same anim blueprint. The problem is, an animation notify triggers twice because they trigger once per blueprint, not per actor.

Is there a way to trigger them once per actor?