From e8eae83de9516b02d876b6cd99f3238bd0097b9c Mon Sep 17 00:00:00 2001 From: Eksperimental Date: Sat, 29 Nov 2025 22:58:19 -0500 Subject: [PATCH] CI: Shorten job names so they fit on GH actions sidebar --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 816ba87aaf..0e9fc8babb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ permissions: jobs: test_linux: - name: Ubuntu 24.04, Erlang/OTP ${{ matrix.otp_version }}${{ matrix.deterministic && ' (deterministic)' || '' }}${{ matrix.coverage && ' (coverage)' || '' }} + name: Ubuntu 24.04, OTP ${{ matrix.otp_version }}${{ matrix.deterministic && ' (deterministic)' || '' }}${{ matrix.coverage && ' (coverage)' || '' }} runs-on: ubuntu-24.04 strategy: @@ -106,7 +106,7 @@ jobs: path: cover/* test_windows: - name: Windows Server 2022, Erlang/OTP ${{ matrix.otp_version }} + name: Windows Server 2022, OTP ${{ matrix.otp_version }} runs-on: windows-2022 strategy: