Skip to content

Commit

Permalink
ci: remove breaking change temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
goller committed Feb 20, 2024
1 parent e4d83a0 commit fea6062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: https://github.com/${{ github.repository }}.git#branch=main
#- uses: bufbuild/buf-breaking-action@v1
# with:
# against: https://github.com/${{ github.repository }}.git#branch=main
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: https://github.com/${{ github.repository }}.git#branch=main,ref=HEAD~1
#- uses: bufbuild/buf-breaking-action@v1
# with:
# against: https://github.com/${{ github.repository }}.git#branch=main,ref=HEAD~1
- uses: bufbuild/buf-push-action@v1
with:
buf_token: ${{ secrets.BUF_TOKEN }}
Expand Down

0 comments on commit fea6062

Please sign in to comment.