Merge pull request #2644 from modelcontextprotocol/adamj/fix-scheduled-release-forks

fix: only run scheduled release pipeline on modelcontextprotocol org
This commit is contained in:
Ola Hungerford
2025-08-29 08:06:03 -07:00
committed by GitHub

View File

@@ -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}}