From b7b237f2f506c9853ccaa4b21e121e67b66a4b63 Mon Sep 17 00:00:00 2001 From: itsMapleLeaf <19603573+itsMapleLeaf@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:23:56 -0500 Subject: [PATCH] less wordy name --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 65d954d..c279d51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ concurrency: jobs: tests: - name: tests - ${{ matrix.script }} + name: ${{ matrix.script }} runs-on: ubuntu-latest strategy: fail-fast: false