Skip to content

Commit cd63eb6

Browse files
authored
Fix Benchmarks grouping name (open-telemetry#1473)
1 parent 2f1f13f commit cd63eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.package == 'core'
7575
uses: rhysd/github-action-benchmark@v1
7676
with:
77-
name: OpenTelemetry Python Benchmarks - Python ${{ env[matrix.python-version ]}} - ${{ matrix.package-group }}
77+
name: OpenTelemetry Python Benchmarks - Python ${{ env[matrix.python-version ]}} - ${{ matrix.package }}
7878
tool: pytest
7979
output-file-path: output.json
8080
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)