ci: comment out deadcode job condition while keeping it disabled

This commit is contained in:
Vincent Koc
2026-02-21 01:26:31 -05:00
parent 854b9a4a33
commit 314a105f4a

View File

@@ -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: