From a2724ebbda420731e3b34e9f9057e5c12e120405 Mon Sep 17 00:00:00 2001 From: Neal Date: Wed, 16 Oct 2024 11:02:01 -0700 Subject: [PATCH] fix outside pr comment --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 664db415..d30afb93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -309,7 +309,7 @@ jobs: vector-regex: (\w+) fail-on-missing-vectors: false fail-on-failed-test-cases: true - comment-on-pr: true + comment-on-pr: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} package-name: web5-core-kt git-token: ${{ secrets.GITHUB_TOKEN }} @@ -410,7 +410,7 @@ jobs: prettify-feature: true fail-on-missing-vectors: false fail-on-failed-test-cases: true - comment-on-pr: true + comment-on-pr: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name }} package-name: web5-rs git-token: ${{ secrets.GITHUB_TOKEN }} - name: Upload Rust Test Vector Results