Skip to content

Commit

Permalink
don't add matrix is to benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Apr 22, 2024
1 parent 3b816fd commit 815aca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/plugins-benchmark-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on:
jobs:
benchmark:
if: ${{ github.event.label.name == 'benchmark' }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
permissions:
contents: read
outputs:
Expand All @@ -54,7 +54,6 @@ jobs:
strategy:
matrix:
node-version: ${{ fromJson(inputs.node-versions) }}
os: [ubuntu-latest]
steps:
- name: Checkout ${{ inputs.pr-repo }}@${{ inputs.pr-ref }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 815aca9

Please sign in to comment.