From 2070b65bec455fabfcd8a3ebcd3382fe8c08b1a9 Mon Sep 17 00:00:00 2001 From: pinosu <95283998+pinosu@users.noreply.github.com> Date: Sat, 12 Feb 2022 17:38:27 +0100 Subject: [PATCH] Remove breaking changes checks step from GH Action (#754) It will be added later when project is more stable, since it fails the PR if there are backward compatibility breaking changes. --- .github/workflows/proto-buf-publisher.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/proto-buf-publisher.yml b/.github/workflows/proto-buf-publisher.yml index 7d823733..db849119 100644 --- a/.github/workflows/proto-buf-publisher.yml +++ b/.github/workflows/proto-buf-publisher.yml @@ -20,11 +20,12 @@ jobs: with: input: 'proto' + # TODO: Add this when project is more stable. # backward compatibility breaking checks - - uses: bufbuild/buf-breaking-action@v1 - with: - input: 'proto' - against: 'https://github.com/CosmWasm/wasmd.git#branch=master' + #- uses: bufbuild/buf-breaking-action@v1 + # with: + # input: 'proto' + # against: 'https://github.com/CosmWasm/wasmd.git#branch=master' # publish proto files - uses: bufbuild/buf-push-action@v1