fix(ci): remove needs array from build job to debug forgejo parsing

This commit is contained in:
Bu5hm4nn
2026-03-29 14:59:08 +02:00
parent c96c66c844
commit 2873a36082

View File

@@ -85,7 +85,6 @@ jobs:
build: build:
runs-on: [linux, docker] runs-on: [linux, docker]
needs: [lint, test, type-check]
container: container:
image: catthehacker/ubuntu:act-latest image: catthehacker/ubuntu:act-latest
steps: steps: