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