Skip to content

Commit d0defdd

Browse files
committed
ci: remove conditional pr benchmark statements
1 parent 84fb260 commit d0defdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-benchmarks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
benchmark:
1212
name: Run Benchmarks
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- name: Checkout source code
1616
uses: actions/checkout@v4
@@ -25,11 +25,9 @@ jobs:
2525
uses: Swatinem/rust-cache@v2
2626

2727
- name: Install benchmarking tools
28-
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
2928
uses: bencherdev/bencher@main
3029

3130
- name: Run benchmarks
32-
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
3331
env:
3432
BENCHER_API_TOKEN: ${{ secrets.BENCHER_API_TOKEN }}
3533
BENCHER_PROJECT: theseus-rs-postgresql-embedded

0 commit comments

Comments
 (0)