README says that > For automation and scheduled tasks without trigger checking. > > - **Triggers**: Always runs (no trigger checking) and the example [here](https://github.com/anthropics/claude-code-action/blob/5bdc533a5221a66c2ba3982c53ac4c911f8187b8/examples/claude-modes.yml#L31) is triggered by `pull_request` event, while the implementation [here](https://github.com/anthropics/claude-code-action/blob/5bdc533a5221a66c2ba3982c53ac4c911f8187b8/src/modes/agent/index.ts#L18-L19) requires `workflow_dispatch` or `schedule` events to trigger. Which is right?