Skip to content

Commit

Permalink
better naming for benchmark checks
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga authored Nov 24, 2023
1 parent 314a518 commit 55bd693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
test-n-lint:
name: ${{ matrix.target }}
name: ${{ matrix.target }}{{ if matrix.runtime && '-' + matrix.runtime || '' }}
runs-on: ubuntu-latest-8-cores
strategy:
matrix:
Expand Down

0 comments on commit 55bd693

Please sign in to comment.