Skip to content

Commit

Permalink
disable bsr pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
montekki committed Oct 15, 2024
1 parent 0a5af04 commit adb0cbd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:

- name: Run buf-build checks
uses: bufbuild/buf-action@v1
with:
# Only setup and custom commands to avoid logging into BSR
# and publishing the schemas for the timebeing
setup_only: true
lint: true
breaking: true
format: true

0 comments on commit adb0cbd

Please sign in to comment.