Skip to content

Commit

Permalink
disabled compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Aug 2, 2024
1 parent 8ad0226 commit 7ed65b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: protobuf_compatibility

on:
pull_request:
branches: [ "*" ]
branches: [] # "*" ]
push:
# protobuf compatibility is a transitive property,
# but it requires all the transitions to be checked.
Expand All @@ -11,7 +11,7 @@ on:
# (unless we improve our github setup).
# Therefore on post-merge we will execute the
# compatibility check as well (TODO: alerting).
branches: [ "main" ]
branches: [] # "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 7ed65b0

Please sign in to comment.