Automation stop working until i turn them off then back on

I’m having an issue where my automations will work fine for a day or two. They stop working until I toggle them off and then back on in the gui. most only have a single trigger and no conditions to fire. They all work fine if I hit run actions.

Do you have repeat loops in the actions?

Show an example of an automation that stops working.

alias: desk single press
description: ""
trigger:
  - device_id: e1de00a92abdd5e6f5c536ab36b670d7
    domain: zha
    platform: device
    type: remote_button_short_press
    subtype: remote_button_short_press
condition: []
action:
  - service: scene.turn_on
    target:
      entity_id: scene.computer_time
    metadata: {}
mode: single

I check the device history and its detecting the button being pressed

Check the automation trace.