Skip to content

Commit 9e05a1d

Browse files
authored
Don't call needs-repro CI on comments (#3570)
## Description This PR disables `needs-repro` watching changes on the comments. Resolves the issue visible [here](#3476 (comment)). ## Test plan <!-- Describe how did you test this change here. -->
1 parent fc8bbe1 commit 9e05a1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/needs-repro.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Check for reproduction
33
on:
44
issues:
55
types: [opened, edited]
6-
issue_comment:
7-
types: [created, edited, deleted]
86

97
jobs:
108
main:

0 commit comments

Comments
 (0)