From 4ea8e1d7101c8aa248bfc3bab16189cb1ed53d4e Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Tue, 17 Sep 2024 07:43:22 -0400 Subject: [PATCH] redo name changes --- .github/workflows/run_pipeline.yaml | 2 +- .github/workflows/test_production_function.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_pipeline.yaml b/.github/workflows/run_pipeline.yaml index 5e3aa976ea..a9428a0b84 100644 --- a/.github/workflows/run_pipeline.yaml +++ b/.github/workflows/run_pipeline.yaml @@ -1,7 +1,7 @@ # Purpose: Run the CI/CD pipeline that tests, packages, and publishes ScubaGear. # Note: This pipeline is a work in progress. At the moment, it is only doing linting, syntax checking, security scanning, and unit testing. -name: Run the CI/CD Pipeline +name: CI Pipeline on: push: diff --git a/.github/workflows/test_production_function.yaml b/.github/workflows/test_production_function.yaml index b90002671c..cb4e3282d8 100644 --- a/.github/workflows/test_production_function.yaml +++ b/.github/workflows/test_production_function.yaml @@ -4,7 +4,7 @@ # Pipes separate products, and commas separate key/value pairs. # key1=value1,key2=value2|key3=value3,key4=value4... -name: Nightly Product Functional Tests +name: Functional Tests # Run this workflow at 12:15 am # on every Sun to Thr (b/c GMT -5)