Skip to content

Commit 29aba77

Browse files
committed
fix: only run scheduled release pipeline on modelcontextprotocol org
1 parent 38de94b commit 29aba77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
create-metadata:
1010
runs-on: ubuntu-latest
11+
if: github.repository_owner == 'modelcontextprotocol'
1112
outputs:
1213
hash: ${{ steps.last-release.outputs.hash }}
1314
version: ${{ steps.create-version.outputs.version}}

0 commit comments

Comments
 (0)