Skip to content

Commit 041b51a

Browse files
committed
Make uniform the workflow format
1 parent 51fc20e commit 041b51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- int-linux-x64-4core-ubuntu24.04-1
5757
- int-linux-x64-2core-ubuntu24.04-1
5858
python-version: ${{ fromJson(needs.build-matrix.outputs.matrix).python-version }}
59-
name: Install Pipx on ${{ matrix.runner }} with Python "${{ matrix.python-version }}"
59+
name: Install Pipx on ${{ matrix.runner }} (Python-${{ matrix.python-version }})
6060
runs-on:
6161
labels: ${{ matrix.runner }}
6262

0 commit comments

Comments
 (0)