From c77f42d5fc9dd3122b39a517f845f3a6c4915924 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 21 Feb 2026 01:26:03 -0500 Subject: [PATCH] ci: disable deadcode job temporarily --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a47e413466..4c68143ee69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,10 +261,11 @@ jobs: # Report-only dead-code scans. Runs after scope detection and stores machine-readable # results as artifacts for later triage before we enable hard gates. + # Temporarily disabled in CI while we process initial findings. deadcode: name: dead-code report needs: [docs-scope, changed-scope] - if: needs.docs-scope.outputs.docs_only != 'true' && (github.event_name == 'push' || needs.changed-scope.outputs.run_node == 'true') + if: false runs-on: blacksmith-16vcpu-ubuntu-2404 strategy: fail-fast: false