diff --git a/.forgejo/workflows/jekyll.yaml b/.forgejo/workflows/jekyll.yaml index 683012e..78bea1e 100644 --- a/.forgejo/workflows/jekyll.yaml +++ b/.forgejo/workflows/jekyll.yaml @@ -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' && ! forge.event.pull_request.head.repo.fork }} + if: ${{ always() && forge.event_name == 'pull_request' }} uses: https://github.com/exercism/pr-commenter-action@v1.5.1 with: template-variables: |