From 077007d93c45f27e63f78f42e1fdbdddc5362ae2 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Tue, 27 Feb 2024 12:17:07 -0800 Subject: [PATCH] Sync names --- .github/workflows/testing-external.yml | 4 ++-- .github/workflows/testing.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing-external.yml b/.github/workflows/testing-external.yml index ecb9baabf..2b44c9580 100644 --- a/.github/workflows/testing-external.yml +++ b/.github/workflows/testing-external.yml @@ -1,4 +1,4 @@ -name: Dev Tests with External Dependencies +name: Dev Tests (Live Services) on: schedule: - cron: "0 16 * * *" # Daily at noon EST @@ -13,7 +13,7 @@ env: jobs: testing: - name: External tests on ${{ matrix.os }} + name: Dev tests with live services on ${{ matrix.os }} runs-on: ${{ matrix.os }} defaults: run: diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0a38be79e..203b55f5c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ env: jobs: testing: - name: Back-end tests on ${{ matrix.os }} + name: Dev tests on ${{ matrix.os }} runs-on: ${{ matrix.os }} defaults: run: