From b33aa36cc7948e97f51e1ea1c41c8eb54ab7fddc Mon Sep 17 00:00:00 2001 From: David Karnok Date: Wed, 5 Aug 2026 10:26:36 +0200 Subject: [PATCH] Change workflow trigger from pull_request to pull_request_target --- .github/workflows/entropy-beauty-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/entropy-beauty-comment.yml b/.github/workflows/entropy-beauty-comment.yml index e0d7e9c904..834463027d 100644 --- a/.github/workflows/entropy-beauty-comment.yml +++ b/.github/workflows/entropy-beauty-comment.yml @@ -12,7 +12,7 @@ permissions: jobs: comment: if: > - github.event.workflow_run.event == 'pull_request' && + github.event.workflow_run.event == 'pull_request_target' && github.event.workflow_run.conclusion == 'success' runs-on: ubuntu-latest steps: