Skip to content

Commit

Permalink
[ci] Fix post-merge protobuf lint job breakage (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
marun authored Jan 9, 2025
1 parent ce6671d commit 72af1d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72af1d8

Please sign in to comment.