From 144ef2f1fe32605945eb085abf27064883369c14 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:29:35 -0400 Subject: [PATCH] Update testing-live-services.yml --- .github/workflows/testing-live-services.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-live-services.yml b/.github/workflows/testing-live-services.yml index e9503f2d9..1169c03d8 100644 --- a/.github/workflows/testing-live-services.yml +++ b/.github/workflows/testing-live-services.yml @@ -1,4 +1,4 @@ -name: Dev Tests (Live Services) +name: Dev Tests (Live) on: schedule: - cron: "0 16 * * *" # Daily at noon EST @@ -13,7 +13,7 @@ env: jobs: testing: - name: ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests (Live Services) / {os}' + name: Services on ${{ matrix.os }} # Will read on the dashboard as 'Dev Tests (Live) / Services on {os}' runs-on: ${{ matrix.os }} defaults: run: