From f5002929ee638a6d2569c570f8eec0ae5e593904 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 27 Sep 2025 16:03:00 +0200 Subject: [PATCH] chore(ci): name some jobs properly --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e03701f2d..4d4f68c9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ permissions: repository-projects: read jobs: tests: - + name: "Tests and Linting" runs-on: ${{ matrix.os }} strategy: matrix: @@ -148,7 +148,7 @@ jobs: webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} build-windows: - + name: "Tests and Linting - Windows" runs-on: ${{ matrix.os }} strategy: matrix: @@ -239,7 +239,8 @@ jobs: webhookUrl: ${{ secrets.DISCORD_WEBHOOK }} mypy-version-check: - runs-on: ubuntu-22.04 + name: "Mypy Version Check" + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v5 with: @@ -256,6 +257,7 @@ jobs: python build_helpers/pre_commit_update.py pre-commit: + name: "Pre-commit checks" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 @@ -268,6 +270,7 @@ jobs: - uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 docs-check: + name: "Documentation build" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5 @@ -299,6 +302,7 @@ jobs: build-linux-online: # Run pytest with "live" checks + name: "Tests and Linting - Online tests" runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v5