From d938439bbd3e42eba1b0368d7e3833c9659b1a43 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 6 Oct 2025 09:59:00 -0700 Subject: [PATCH] bugfix: continued further testing/fixing CI task --- .github/workflows/editorial_governance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/editorial_governance.yml b/.github/workflows/editorial_governance.yml index b452329..c637862 100644 --- a/.github/workflows/editorial_governance.yml +++ b/.github/workflows/editorial_governance.yml @@ -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 }}