Skip to content

Commit 72af1d8

Browse files
authoredJan 9, 2025
[ci] Fix post-merge protobuf lint job breakage (#3644)
1 parent ce6671d commit 72af1d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,10 @@ jobs:
133133
with:
134134
input: "proto"
135135
pr_comment: false
136+
# buf-action defaults to pushing on non-fork branch pushes
137+
# which is never desirable for this job. The buf-push job is
138+
# responsible for pushes.
139+
push: false
136140
version: 1.35.0
137141
check_generated_protobuf:
138142
name: Up-to-date protobuf

0 commit comments

Comments
 (0)