Skip to content

Commit

Permalink
Comment out unneeded steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Apr 26, 2024
1 parent b61f8c1 commit def86d2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
path: ./packages/**/dist
key: ${{ inputs.cacheKey }}
# - name: Restore cached build artifacts
# if: ${{ inputs.cacheKey != '' }}
# uses: actions/cache/[email protected]
# with:
# path: ./packages/**/dist
# key: ${{ inputs.cacheKey }}

- name: Benchmark
uses: CodSpeedHQ/action@v2
Expand Down

0 comments on commit def86d2

Please sign in to comment.