From c413988ae00f4a01003748c5e6fbf511da07ab06 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Wed, 28 May 2025 17:09:13 -0700 Subject: [PATCH] fix(ci): Only run post_coverage_comment job on pull_request events (#588) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09ee5078..835c6ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -110,7 +110,7 @@ jobs: name: Post Coverage Comment runs-on: ubuntu-latest needs: test - if: always() + if: always() && github.event_name == 'pull_request' continue-on-error: true permissions: contents: read # For checkout