From f87783728e994e0a6b286958c649b800e1d8da85 Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Fri, 12 May 2023 15:07:53 -0700 Subject: [PATCH] fix naming of pr workflow --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 94b320a..b79135e 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -1,4 +1,4 @@ -name: Release +name: Pull Request on: pull_request: @@ -9,7 +9,7 @@ permissions: jobs: test: - name: Build and Release + name: Test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3