diff --git a/.github/workflows/build-check-install.yaml b/.github/workflows/build-check-install.yaml index 7f5798ae..c7d934de 100644 --- a/.github/workflows/build-check-install.yaml +++ b/.github/workflows/build-check-install.yaml @@ -624,6 +624,7 @@ jobs: steps.check-junit-xml.outputs.files_exists == 'true' && env.junit_xml_comparison == 'true' && env.junit_xml_comparison_result_method == 'comment' && + !github.event.pull_request.head.repo.fork && github.event_name == 'pull_request' uses: marocchino/sticky-pull-request-comment@v2 with: