Skip to content

Commit 6bc0dc8

Browse files
authored
[CI] Remove issue_comment event in block-paths workflow (#12695)
Keep just the pull_request event for block-paths GitHub Action workflow.
1 parent fac1235 commit 6bc0dc8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/block-paths.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ name: Block Changes
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
6-
issue_comment:
7-
types: [created]
86

97
jobs:
108
check-blocked-paths:
11-
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'issue_comment' && github.event.issue.pull_request && github.event.comment.body == '/check-blocked-paths') }}
129
name: Check for blocked path changes
1310
runs-on: ubuntu-latest
1411
steps:

0 commit comments

Comments
 (0)