From c658a8dd9d94520c090547b164e643441df8e62f Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Fri, 26 Nov 2021 20:35:50 +0530 Subject: [PATCH] Reduce verbosity of workflow job names --- .github/workflows/third-party.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/third-party.yml b/.github/workflows/third-party.yml index aa773f3..d98e371 100644 --- a/.github/workflows/third-party.yml +++ b/.github/workflows/third-party.yml @@ -9,7 +9,7 @@ on: - master jobs: build_n_profile: - name: "Third-Party Repo Profile with Jekyll ${{ matrix.jekyll_version }} (Ruby ${{ matrix.ruby_version }})" + name: "Third-Party Repo Profile (Jekyll ${{ matrix.jekyll_version }}, Ruby ${{ matrix.ruby_version }})" runs-on: "ubuntu-latest" strategy: fail-fast: false