From 7ed65b07b17dc4c833651aa5d4401b77773f3af0 Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Fri, 2 Aug 2024 14:10:48 +0200 Subject: [PATCH] disabled compatibility --- .github/workflows/protobuf.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/protobuf.yaml b/.github/workflows/protobuf.yaml index d2885f613aa0..3ebc8af80b20 100644 --- a/.github/workflows/protobuf.yaml +++ b/.github/workflows/protobuf.yaml @@ -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. @@ -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