Remove dependencies for build job in CI workflow

Removed 'needs' dependency for the build job.

cognitive committed Jan 27, 2026 at 20:53 UTC 4e2f2b3d01725a6375f7f3ab8cd2d58d87147f65
1 file changed -1
.github/workflows/ci.yml
-1
@@ -91,7 +91,6 @@ jobs:
91 build:
92 name: Build
93 runs-on: ubuntu-latest
94 - needs: [test, lint, security]
94
95 steps:
96 - name: Checkout code