Skip to content

Commit ad8498e

Browse files
committed
Removed breaking change check for now
1 parent e34c2a9 commit ad8498e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/buf.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
with:
2626
github_token: ${{ github.token }}
2727

28-
- name: Check for breaking changes
29-
uses: bufbuild/buf-breaking-action@v1
30-
with:
31-
input: proto
32-
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.base_ref }}"
33-
3428
- name: Push to Buf registry
3529
env:
3630
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)