From 72af1d8818faf1ff343691ae08e57cb757675637 Mon Sep 17 00:00:00 2001 From: marun Date: Thu, 9 Jan 2025 07:59:21 -0800 Subject: [PATCH] [ci] Fix post-merge protobuf lint job breakage (#3644) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f63cf7f71e8d..3c6fdc5a7a05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,6 +133,10 @@ jobs: with: input: "proto" pr_comment: false + # buf-action defaults to pushing on non-fork branch pushes + # which is never desirable for this job. The buf-push job is + # responsible for pushes. + push: false version: 1.35.0 check_generated_protobuf: name: Up-to-date protobuf