From a57e819ac583dcd6fc5c92cbbc1ebfe2f677d825 Mon Sep 17 00:00:00 2001 From: tequ Date: Fri, 20 Feb 2026 04:24:31 +0900 Subject: [PATCH] Disable instrumentation-build workflow (#530) --- .github/workflows/instrumentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/instrumentation.yml b/.github/workflows/instrumentation.yml index 6a1aef643..8413dcbd4 100644 --- a/.github/workflows/instrumentation.yml +++ b/.github/workflows/instrumentation.yml @@ -21,6 +21,7 @@ jobs: # with compiler versions. Instrumentation requires clang version 16 or later instrumentation-build: + if: false # disable for now env: CLANG_RELEASE: 16 strategy: