bugfix: continued further testing/fixing CI task

This commit is contained in:
matt 2025-10-06 09:59:00 -07:00
parent 9606149138
commit d938439bbd

View file

@ -55,7 +55,7 @@ jobs:
name: ratchet-proposal
path: ratchet_proposal.json
- name: Post ratchet proposal PR comment
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}