Skip to content

Commit af97329

Browse files
committed
fix naming of steps
1 parent 37c740d commit af97329

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bench-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
echo "TMPDIR=/work" >> $GITHUB_ENV
158158
159-
- name: Run benchmark
159+
- name: Run ${{ matrix.benchmark.name }} benchmark
160160
shell: bash
161161
env:
162162
BENCH_VORTEX_RATIOS: '.*'

.github/workflows/sql-benchmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
echo "TMPDIR=/work" >> $GITHUB_ENV
4040
41-
- name: Run ${{ matrix.name }} benchmark on NVME
41+
- name: Run ${{ matrix.name }} benchmark
4242
if: matrix.remote_storage == null
4343
shell: bash
4444
env:
@@ -52,7 +52,7 @@ jobs:
5252
-d gh-json \
5353
| tee results.json
5454
55-
- name: Run ${{ matrix.name }} benchmark on S3
55+
- name: Run ${{ matrix.name }} benchmark
5656
if: matrix.remote_storage != null
5757
shell: bash
5858
env:

0 commit comments

Comments
 (0)