Skip to content

Commit 9e6ebf2

Browse files
Fix workflow name to embed matrix.pytest-addopts (#10970)
1 parent 650dd62 commit 9e6ebf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
pixi-version: "v0.58.0" # keep in sync with env var above
4242
test:
43-
name: "${{ matrix.os }} | ${{ matrix.pixi-env }}"
43+
name: "${{ matrix.os }} | ${{ matrix.pixi-env }}${{ matrix.pytest-addopts && format(' ({0})', matrix.pytest-addopts) || '' }}"
4444
runs-on: ${{ matrix.os }}
4545
needs: [detect-ci-trigger, cache-pixi-lock]
4646
if: needs.detect-ci-trigger.outputs.triggered == 'false'

0 commit comments

Comments
 (0)