From 788f07af953dcace1d0aac8917e5f282e51b685f Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Wed, 14 Aug 2024 13:27:05 -0600 Subject: [PATCH] Change workflow and job name --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2731559..0ae07fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,9 +1,9 @@ -name: Build/Test CI +name: Test on: [push, pull_request] jobs: - build-and-test: + test: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository