From 056b2297bb7625ca8cab0be9d74519284befaf4e Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 5 Aug 2024 17:38:06 -0700 Subject: [PATCH] Give the CI job a useful name Existing names overflow the display area on github, and have useless and unlabeled information in them --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6c6110..05e23baf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ env: jobs: Test: + name: ${{matrix.os}} ${{matrix.compiler}} ${{matrix.build_type}} ${{matrix.packaging_maintainer_mode == 'ON' && '(maintainer mode)' || ''}} runs-on: ${{ matrix.os }} strategy: fail-fast: false