From c4106a275286aaf32234ff23159454a77d9f3912 Mon Sep 17 00:00:00 2001 From: tequ Date: Mon, 30 Jun 2025 16:54:11 +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: