Skip to content

Commit

Permalink
Remove breaking changes checks step from GH Action (#754)
Browse files Browse the repository at this point in the history
It will be added later when project is more stable, since it fails
the PR if there are backward compatibility breaking changes.
  • Loading branch information
pinosu authored Feb 12, 2022
1 parent a6cb4c0 commit 2070b65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/proto-buf-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2070b65

Please sign in to comment.