From d029cacfe6cc6f457f5a30dc310ed064098ffad2 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:14:15 -0400 Subject: [PATCH] adjust workflow name --- .github/workflows/testing-live-services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing-live-services.yml b/.github/workflows/testing-live-services.yml index da1925365..e9503f2d9 100644 --- a/.github/workflows/testing-live-services.yml +++ b/.github/workflows/testing-live-services.yml @@ -13,7 +13,7 @@ env: jobs: testing: - name: Dev tests with live services on ${{ matrix.os }} + name: ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests (Live Services) / {os}' runs-on: ${{ matrix.os }} defaults: run: