Skip to content

Commit 6002a2b

Browse files
[support-infra] Fix duplicate GitHub Action running on PR comments
Cherry-pick mui/mui-public#1230
1 parent c1039b5 commit 6002a2b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mark-duplicate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions: {}
99
jobs:
1010
mark-duplicate:
1111
runs-on: ubuntu-latest
12+
if: ${{ !github.event.issue.pull_request }}
1213
permissions:
1314
contents: read
1415
issues: write

0 commit comments

Comments
 (0)