From eef75b8bb5032472090da8baf1fdf2d870d41209 Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Fri, 19 Jul 2024 11:05:41 -0400
Subject: [PATCH] Update test workflow to no longer use an environment so that
 GitHub does not report deployments that have not actually happened.

---
 .github/workflows/test.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 2381019..ba82f40 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -24,8 +24,6 @@ jobs:
           - "3.12"
     name: Test
     runs-on: ${{ matrix.os }}
-    environment:
-      name: test
     steps:
       - name: Checkout code
         uses: actions/checkout@v4
-- 
GitLab