Skip to content

Commit b33aa36

Browse files
authored
Change workflow trigger from pull_request to pull_request_target
1 parent 354a02f commit b33aa36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/entropy-beauty-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
comment:
1414
if: >
15-
github.event.workflow_run.event == 'pull_request' &&
15+
github.event.workflow_run.event == 'pull_request_target' &&
1616
github.event.workflow_run.conclusion == 'success'
1717
runs-on: ubuntu-latest
1818
steps:

0 commit comments

Comments
 (0)