Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into sync-upstream-master
Browse files Browse the repository at this point in the history
  • Loading branch information
turkenh committed Nov 2, 2023
2 parents a2d894f + ba4887d commit 7095006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7095006

Please sign in to comment.