Skip to content

Commit 7e15e74

Browse files
committed
GH automatically appends python and runner OS to job title
1 parent fb3d2af commit 7e15e74

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/check-mkl-interfaces.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
2929
jobs:
3030
test_by_tag:
31-
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL tag
31+
name: Run tests with oneMKL tag
3232

3333
strategy:
3434
matrix:
@@ -121,7 +121,7 @@ jobs:
121121
SYCL_CACHE_PERSISTENT: 1
122122

123123
test_by_branch:
124-
name: Run on ['${{ matrix.os }}', python='${{ matrix.python }}'] with oneMKL develop branch
124+
name: Run tests with oneMKL develop branch
125125

126126
strategy:
127127
matrix:

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525

2626
jobs:
2727
build:
28-
name: Build ['${{ matrix.os }}', python='${{ matrix.python }}']
28+
name: Build
2929

3030
strategy:
3131
matrix:
@@ -96,7 +96,7 @@ jobs:
9696
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
9797

9898
test_linux:
99-
name: Test ['ubuntu-latest', python='${{ matrix.python }}']
99+
name: Test
100100

101101
needs: build
102102

@@ -199,7 +199,7 @@ jobs:
199199
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
200200
201201
test_windows:
202-
name: Test ['windows-2019', python='${{ matrix.python }}']
202+
name: Test
203203

204204
needs: build
205205

@@ -335,7 +335,7 @@ jobs:
335335
python -m pytest -ra --pyargs ${{ env.PACKAGE_NAME }}.tests
336336
337337
upload:
338-
name: Upload ['${{ matrix.os }}', python='${{ matrix.python }}']
338+
name: Upload
339339

340340
needs: [test_linux, test_windows]
341341

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
test:
22-
name: Test ['${{ matrix.runner }}', python='${{ matrix.python }}']
22+
name: Test
2323

2424
runs-on: ${{ matrix.runner }}
2525

0 commit comments

Comments
 (0)