ci: drop needs:lint — let lint and test run in parallel
Some checks failed
CI / lint (push) Successful in 32s
Deploy / notebooks (push) Has been skipped
Deploy / zotero (push) Has been skipped
Deploy / docs (push) Has been skipped
Deploy / api (push) Has been skipped
Deploy / mc (push) Has been skipped
Deploy / report (push) Successful in 30s
CI / test (push) Failing after 1m49s

This commit is contained in:
kert
2026-04-18 20:17:39 -04:00
parent 19a34aab9c
commit 5a5a306b48
2 changed files with 0 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: lint
steps: steps:
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4

View File

@@ -169,7 +169,6 @@ jobs:
test: test:
runs-on: {runner} runs-on: {runner}
needs: lint
steps: steps:
{_checkout_step()} {_checkout_step()}