Skip to content

Commit 3631d22

Browse files
authored
Merge pull request #2644 from modelcontextprotocol/adamj/fix-scheduled-release-forks
fix: only run scheduled release pipeline on modelcontextprotocol org
2 parents 38de94b + 29aba77 commit 3631d22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)