From d68e7cc737241d3f4762c91285bd37c53f27c207 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 16 Jun 2022 10:43:50 -0600 Subject: [PATCH] Add name to match other checks --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a5c3af608..fe0ceb86b 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -54,6 +54,7 @@ jobs: python_tests: runs-on: ubuntu-latest + name: Python Tests steps: - name: Check out code uses: actions/checkout@v2