From 9e6ea1fea9e99d844ae99e02719068e3b0900d0d Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Wed, 15 Jan 2025 11:46:41 -0500 Subject: [PATCH] Shorten GitHub Actions job names In the web UI, the Racket version has been elided by "...". Try to make the names short enough to avoid this. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df700dbb..91a3cef2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - emacs_version: 'snapshot' racket_version: 'current' allow_failure: true - name: Ubuntu Emacs ${{ matrix.emacs_version }} and Racket ${{ matrix.racket_version }} + name: Ubuntu Emacs:${{ matrix.emacs_version }} Racket:${{ matrix.racket_version }} steps: - name: Checkout uses: actions/checkout@master @@ -62,7 +62,7 @@ jobs: - '29.1' # most recent release racket_version: - 'stable' # most recent release - name: Windows Emacs ${{ matrix.emacs_version }} and Racket ${{ matrix.racket_version }} + name: Windows Emacs:${{ matrix.emacs_version }} Racket:${{ matrix.racket_version }} steps: - name: Checkout uses: actions/checkout@master