mirror of https://github.com/certusone/wasmd.git
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.
This commit is contained in:
parent
a6cb4c026f
commit
2070b65bec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue