Compare commits

..

1 commit

Author SHA1 Message Date
Benoit Donneaux 8348cd8bfd Support checks in forked repositories
All checks were successful
Jekyll / jekyll (pull_request) Successful in 37s
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-08-19 11:11:21 +02:00

View file

@ -80,7 +80,7 @@ jobs:
./_site/ "${WEB_USER}@${WEB_HOST}:${WEB_ROOT}${WEB_CONTEXT}"
- name: Comment pull request
id: comment_pull_request
if: ${{ always() && forge.event_name == 'pull_request' }}
if: ${{ always() && forge.event_name == 'pull_request' && ! forge.event.pull_request.head.repo.fork }}
uses: https://github.com/exercism/pr-commenter-action@v1.5.1
with:
template-variables: |