Skip to content

Commit

Permalink
ci: disable proto breaking change
Browse files Browse the repository at this point in the history
It must be disabled until proto files are available in the main branch.
  • Loading branch information
jeronimoalbi committed Jun 28, 2023
1 parent 25ad77a commit eef0459
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/proto-checker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Protobuf Files
name: Protobuf Files

on:
pull_request:
Expand All @@ -19,12 +19,13 @@ jobs:
with:
input: "proto"

break-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},ref=HEAD~1,subdir=proto"
# TODO: Uncomment after PR#3529 is merged
# break-check:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: bufbuild/[email protected]
# - uses: bufbuild/buf-breaking-action@v1
# with:
# input: "proto"
# against: "https://github.com/${{ github.repository }}.git#branch=${{ github.event.pull_request.base.ref }},ref=HEAD~1,subdir=proto"

0 comments on commit eef0459

Please sign in to comment.