Skip to content

Commit 86ed1ba

Browse files
authored
chore(ci): restrict publish jobs to specific repository (#448)
1 parent 545b946 commit 86ed1ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
jobs:
1515
publish-platform-images:
1616
name: 'Publish: linux-${{ matrix.platform.tag }}'
17+
if: github.repository == 'containers/kubernetes-mcp-server'
1718
strategy:
1819
fail-fast: true
1920
matrix:
@@ -47,6 +48,7 @@ jobs:
4748
4849
publish-manifest:
4950
name: Publish Manifest
51+
if: github.repository == 'containers/kubernetes-mcp-server'
5052
runs-on: ubuntu-latest
5153
needs: publish-platform-images
5254
steps:

0 commit comments

Comments
 (0)