chore: fix test actions

This commit is contained in:
DIYgod 2024-03-09 19:18:11 +08:00
parent f3a9df1078
commit 4990986b14
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ jobs:
automerge:
if: github.triggering_actor == 'dependabot[bot]' && github.event_name == 'pull_request'
needs: [ vitest, puppeteer, docs, all ]
needs: [ vitest, puppeteer, all ]
runs-on: ubuntu-latest
permissions:
pull-requests: write