From b27a8dccd97d1bb7f15f1845cd704934255c7fc7 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Thu, 9 May 2024 10:47:24 +1000 Subject: [PATCH] Minor --- .github/workflows/ci-jll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-jll.yml b/.github/workflows/ci-jll.yml index de60f5d..d30884b 100644 --- a/.github/workflows/ci-jll.yml +++ b/.github/workflows/ci-jll.yml @@ -2,7 +2,7 @@ name: CI on: [push, pull_request] jobs: test-artifacts: - name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + name: Artifact tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} runs-on: ${{ matrix.os }} strategy: fail-fast: false