From 7ec14b8586bcfd926e9840ee86cdd2260f707205 Mon Sep 17 00:00:00 2001 From: Stuart Siegel Date: Thu, 1 Aug 2024 21:50:09 -0400 Subject: [PATCH] assign unique name --- .github/workflows/services-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/services-test.yml b/.github/workflows/services-test.yml index 7b630c63..9abf02d3 100644 --- a/.github/workflows/services-test.yml +++ b/.github/workflows/services-test.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: Python package +name: Service Tests on: push: