ci: make code-size depend on checks-lint
This commit is contained in:
parent
715e8b5440
commit
dd25b96d0b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user