From e53116aff3411c8efb1e78417d24ff781103a2bd Mon Sep 17 00:00:00 2001 From: shortstacked Date: Mon, 2 Jun 2025 10:52:13 +0100 Subject: [PATCH] fix: Skip comment on community PRs (no-changelog) (#15914) --- .github/workflows/e2e-tests-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-tests-pr.yml b/.github/workflows/e2e-tests-pr.yml index 175de60c44..95dfdfddaa 100644 --- a/.github/workflows/e2e-tests-pr.yml +++ b/.github/workflows/e2e-tests-pr.yml @@ -63,7 +63,7 @@ jobs: echo "job_outcome=$JOB_OUTCOME" >> $GITHUB_OUTPUT - name: Create or Update PR Comment - if: steps.determine_outcome.outputs.should_post_comment == 'true' + if: steps.determine_outcome.outputs.should_post_comment == 'true' && needs.eligibility_check.outputs.should_run == 'true' uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 with: issue-number: ${{ github.event.pull_request.number }}