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: