From 2ba0a7c15ae590487c1002b6f76273d4ae3c75e7 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 7 Feb 2026 12:18:03 +0100 Subject: [PATCH] ci: disable conformance tests --- .github/workflows/conformance.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index cd9c4b01a..55a544b6f 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -1,9 +1,10 @@ name: Conformance Tests on: - push: - branches: [main] - pull_request: + # Disabled: conformance tests are currently broken in CI + # push: + # branches: [main] + # pull_request: workflow_dispatch: concurrency: