mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 23:53:24 +02:00
fix: only run scheduled release pipeline on modelcontextprotocol org
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -8,6 +8,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
create-metadata:
|
create-metadata:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'modelcontextprotocol'
|
||||||
outputs:
|
outputs:
|
||||||
hash: ${{ steps.last-release.outputs.hash }}
|
hash: ${{ steps.last-release.outputs.hash }}
|
||||||
version: ${{ steps.create-version.outputs.version}}
|
version: ${{ steps.create-version.outputs.version}}
|
||||||
|
|||||||
Reference in New Issue
Block a user