From 314a105f4a9a6bcc526d411b415070ffc6002a0d Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 21 Feb 2026 01:26:31 -0500 Subject: [PATCH] ci: comment out deadcode job condition while keeping it disabled --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c68143ee69..abb5b50a5ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,6 +265,7 @@ jobs: 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: