From eef0459655085d2aba479ac662777c0222ff310d Mon Sep 17 00:00:00 2001 From: jeronimoalbi Date: Wed, 28 Jun 2023 16:41:04 +0200 Subject: [PATCH] ci: disable proto breaking change It must be disabled until proto files are available in the main branch. --- .github/workflows/proto-checker.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/proto-checker.yml b/.github/workflows/proto-checker.yml index 48c11bc110..1abdd37c38 100644 --- a/.github/workflows/proto-checker.yml +++ b/.github/workflows/proto-checker.yml @@ -1,4 +1,4 @@ -name: Check Protobuf Files +name: Protobuf Files on: pull_request: @@ -19,12 +19,13 @@ jobs: with: input: "proto" - break-check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: bufbuild/buf-setup-action@v1.22.0 - - 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/buf-setup-action@v1.22.0 + # - 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"