From 4f7f16d5e51d7f6578856133d24fbd1edb4d134c Mon Sep 17 00:00:00 2001 From: Timeless0911 <1604889533@qq.com> Date: Thu, 10 Oct 2024 16:22:09 +0800 Subject: [PATCH] chore: fix ci name typo --- .github/workflows/test-ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ubuntu.yml b/.github/workflows/test-ubuntu.yml index 1dbc1c73e..a8d22d980 100644 --- a/.github/workflows/test-ubuntu.yml +++ b/.github/workflows/test-ubuntu.yml @@ -112,7 +112,7 @@ jobs: run: pnpm run test:e2e # ======== benchmark ======== - benchemark-ubuntu: + benchmark-ubuntu: # Only Ubuntu 20.04 and 22.04 are supported at the moment. # See https://github.com/CodSpeedHQ/action/blob/016456b513677f9d4a1c509c7f8a38d8dd55b2b0/.github/workflows/ci.yml#L19. runs-on: ubuntu-22.04