Skip to content

Commit

Permalink
ci: re-introduce benchmarks on PRs (#3242)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad authored Oct 3, 2024
1 parent 5194a85 commit a35d644
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/angry-buses-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

ci: re-introduce benchmarks on PRs
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
push:
branches:
- master
- next

jobs:
benchmarks:
runs-on: ubuntu-latest
# remove if:false after fine-tuning benchmarks
if: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a35d644

Please sign in to comment.