From d8f76223a39b623880e0541b7e01cc6e86680116 Mon Sep 17 00:00:00 2001 From: Wojtek <103407812+wojtek-coreum@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:23:31 +0200 Subject: [PATCH] Remove `proto` CI workflow (#670) --- .github/workflows/proto.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/proto.yml diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml deleted file mode 100644 index 29bbb51db..000000000 --- a/.github/workflows/proto.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Protobuf -on: - pull_request: - branches: [ master ] - workflow_dispatch: -jobs: - breaking-change: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v2 - - uses: bufbuild/buf-setup-action@v1 - # FIXME: enable after merging - # - uses: bufbuild/buf-breaking-action@v1 - # with: - # against: 'https://github.com/CoreumFoundation/coreum.git#branch=master'