Skip to content

Commit

Permalink
Updating benchmarks action.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Nov 21, 2024
1 parent 96fa0b0 commit 3910c2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: Benchmarks
on: [workflow_dispatch]
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: ubuntu-latest
jdk: 21
experimental: [false]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3910c2a

Please sign in to comment.