diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 699f1b4bd..45e0c0d4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -465,7 +465,7 @@ jobs: against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=master,subdir=apis" - name: Push Protocol Buffers to Buf Schema Registry - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' && github.repository == 'crossplane/crossplane' uses: bufbuild/buf-push-action@v1 with: input: apis