Skip to content

Commit f500292

Browse files
committed
chore(ci): name some jobs properly
1 parent 4e1d75a commit f500292

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
repository-projects: read
2121
jobs:
2222
tests:
23-
23+
name: "Tests and Linting"
2424
runs-on: ${{ matrix.os }}
2525
strategy:
2626
matrix:
@@ -148,7 +148,7 @@ jobs:
148148
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
149149

150150
build-windows:
151-
151+
name: "Tests and Linting - Windows"
152152
runs-on: ${{ matrix.os }}
153153
strategy:
154154
matrix:
@@ -239,7 +239,8 @@ jobs:
239239
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
240240

241241
mypy-version-check:
242-
runs-on: ubuntu-22.04
242+
name: "Mypy Version Check"
243+
runs-on: ubuntu-24.04
243244
steps:
244245
- uses: actions/checkout@v5
245246
with:
@@ -256,6 +257,7 @@ jobs:
256257
python build_helpers/pre_commit_update.py
257258
258259
pre-commit:
260+
name: "Pre-commit checks"
259261
runs-on: ubuntu-22.04
260262
steps:
261263
- uses: actions/checkout@v5
@@ -268,6 +270,7 @@ jobs:
268270
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
269271

270272
docs-check:
273+
name: "Documentation build"
271274
runs-on: ubuntu-22.04
272275
steps:
273276
- uses: actions/checkout@v5
@@ -299,6 +302,7 @@ jobs:
299302

300303
build-linux-online:
301304
# Run pytest with "live" checks
305+
name: "Tests and Linting - Online tests"
302306
runs-on: ubuntu-24.04
303307
steps:
304308
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)