Skip to content

Commit

Permalink
skip fetch gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Nov 6, 2024
1 parent 388c606 commit d1a0b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
pnpm install --no-frozen-lockfile
cd packages/object
pnpm run benchmark
# possible lockfile and version.ts changes
git stash
- name: Set cache dir
Expand All @@ -38,8 +39,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file-path: packages/object/benchmark-output.txt
alert-threshold: "10%"
comment-on-alert: true
fail-on-alert: true
comment-always: true
skip-fetch-gh-pages: true
benchmark-data-dir-path: ./cache/benchmarks

docs:
Expand Down

0 comments on commit d1a0b85

Please sign in to comment.