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