Skip to content

Fix ACP-118 Aggregator Test Flake (#3801) #2

Fix ACP-118 Aggregator Test Flake (#3801)

Fix ACP-118 Aggregator Test Flake (#3801) #2

Workflow file for this run

name: buf-push
on:
push:
tags:
- "*"
branches:
- master
- dev
paths:
- "proto/**"
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
input: "proto"
# Breaking changes are managed by the rpcchainvm protocol version.
breaking: false
token: ${{ secrets.BUF_TOKEN }}
version: 1.35.0