Skip to content

[CI] Investigate why the issue comments trigger cmd bot and waste CI runners #961

@bkontur

Description

@bkontur

#954 is just an issue and at least last two cmd jobs here:
Image
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') ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions