The trigger once applies to the entire event.
Once the conditions of the event are true, it will no longer run until the conditions are false again.
In your first example, when the first instance rises above a certain point, the event becomes true and runs once. It never becomes false again.