Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Jan 16, 2025
1 parent 1aa8b0a commit b24827e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buf-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
- uses: bufbuild/buf-action@v1
with:
input: "proto"
# Breaking changes are managed by the rpcchainvm protocol version.
breaking: false
token: ${{ secrets.BUF_TOKEN }}
version: 1.35.0
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ jobs:
with:
input: "proto"
pr_comment: false
# Breaking changes are managed by the rpcchainvm protocol version.
breaking: false
# buf-action defaults to pushing on non-fork branch pushes
# which is never desirable for this job. The buf-push job is
# responsible for pushes.
Expand Down

0 comments on commit b24827e

Please sign in to comment.