From 0ed4289958b1014b5d55c11beedaa26f44a33385 Mon Sep 17 00:00:00 2001 From: Meng Zhang <meng@tabbyml.com> Date: Wed, 1 Nov 2023 23:06:13 -0700 Subject: [PATCH] chore: only run release-binary on non PR --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cf2f131ac96..4be90b3a570a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,6 +63,7 @@ jobs: release-binary: + if: github.event_name != 'pull_request' needs: tests runs-on: ${{ matrix.os }} strategy: