fix: only run scheduled release pipeline on modelcontextprotocol org

This commit is contained in:
Adam Jones
2025-08-29 14:35:23 +01:00
parent 38de94b7ad
commit 29aba77a93

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