ci: remove jobs dependencies

Former-commit-id: 7458bcc23c
This commit is contained in:
cedoor
2022-09-17 19:06:50 +02:00
parent 0f2a13463a
commit ef4b3dd4b2
2 changed files with 0 additions and 2 deletions

View File

@@ -46,7 +46,6 @@ jobs:
run: yarn build:libraries
test:
needs: style
runs-on: ubuntu-latest
strategy:
matrix:

View File

@@ -44,7 +44,6 @@ jobs:
run: yarn lint
test:
needs: style
runs-on: ubuntu-latest
steps: