fix(ci): remove needs array from build job to debug forgejo parsing
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user