From dd25b96d0bb3502fb0478bc52262bf49248fe399 Mon Sep 17 00:00:00 2001 From: quotentiroler Date: Mon, 9 Feb 2026 12:14:57 -0800 Subject: [PATCH] ci: make code-size depend on checks-lint --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4ff5c9358..9813f9a3a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -390,6 +390,7 @@ jobs: # On push events, all steps are skipped and the job passes (no-op). # Heavy downstream jobs depend on this to fail fast on violations. code-size: + needs: [checks-lint] runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout