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