From 8e29013448413d250cfaa7a51bfcb9b8e2ed00f3 Mon Sep 17 00:00:00 2001 From: Collie Tsai Date: Thu, 20 Feb 2025 05:55:51 +0800 Subject: [PATCH] fix job name render issues --- .github/workflows/test-distros.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-distros.yaml b/.github/workflows/test-distros.yaml index a955120..3fe2988 100644 --- a/.github/workflows/test-distros.yaml +++ b/.github/workflows/test-distros.yaml @@ -9,7 +9,8 @@ on: matrix: container: [manjarolinux/base:latest] jobs: - ${{ matrix.container }}-test: + dotfiles-test: + name: ${{ matrix.container }}-test runs-on: ubuntu-latest container: image: ${{ matrix.container }}