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