Skip to content

Commit

Permalink
feat(ci): run performance benchmarks only on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 14, 2024
1 parent 588ee96 commit e269c0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
fail_ci_if_error: true
verbose: true
- name: Run benchmarks
if: matrix.os == 'ubuntu-latest'
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
Expand Down

0 comments on commit e269c0e

Please sign in to comment.