From 4990986b14c9fe3f2bcce087bb0ffeb8075cc834 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sat, 9 Mar 2024 19:18:11 +0800 Subject: [PATCH] chore: fix test actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1d92ad8a5..a97053841 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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