We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34c2a9 commit ad8498eCopy full SHA for ad8498e
1 file changed
.github/workflows/buf.yml
@@ -25,12 +25,6 @@ jobs:
25
with:
26
github_token: ${{ github.token }}
27
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
-
34
- name: Push to Buf registry
35
env:
36
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}
0 commit comments