diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 943d1740f2c41..2c141d368ca8f 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -30,16 +30,16 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile - - name: Build - if: ${{ inputs.cacheKey == '' }} - run: pnpm build + # - name: Build + # if: ${{ inputs.cacheKey == '' }} + # run: pnpm build - - name: Restore cached build artifacts - if: ${{ inputs.cacheKey != '' }} - uses: actions/cache/restore@v4.0.0 - with: - path: ./packages/**/dist - key: ${{ inputs.cacheKey }} + # - name: Restore cached build artifacts + # if: ${{ inputs.cacheKey != '' }} + # uses: actions/cache/restore@v4.0.0 + # with: + # path: ./packages/**/dist + # key: ${{ inputs.cacheKey }} - name: Benchmark uses: CodSpeedHQ/action@v2