Skip to content

Commit

Permalink
redo name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Sep 20, 2024
1 parent da189ef commit 0686cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_production_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0686cdd

Please sign in to comment.