https://github.com/polkadot-fellows/runtimes/issues/954 is just an issue and at least last two cmd jobs here: <img width="1409" height="660" alt="Image" src="https://github.com/user-attachments/assets/762dbc62-6450-458f-8de1-c729401369da" /> were triggered by issue comments: https://github.com/polkadot-fellows/runtimes/actions/runs/18405286775 https://github.com/polkadot-fellows/runtimes/actions/runs/18405704578 Probably related to the: ``` name: Command on: issue_comment: # listen for comments on issues types: [created] ``` And needs some more IF-ing? ``` if: ${{ startsWith(github.event.comment.body, '/cmd') ... ```