From 29aba77a930779741d234c0e1d3c1de1c8a267f5 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 29 Aug 2025 14:35:23 +0100 Subject: [PATCH] fix: only run scheduled release pipeline on modelcontextprotocol org --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f1c2b0e4a6..64178c3ce8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: jobs: create-metadata: runs-on: ubuntu-latest + if: github.repository_owner == 'modelcontextprotocol' outputs: hash: ${{ steps.last-release.outputs.hash }} version: ${{ steps.create-version.outputs.version}}