Skip to content

Commit

Permalink
👷 Better workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 17, 2024
1 parent 80e22e3 commit ecd9e91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ruby - Coverage
name: Test Coverage

env:
K_SOUP_COV_MIN_BRANCH: 80
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/heads.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ruby Heads Matrix
name: Heads Compat Matrix

env:
K_SOUP_COV_DO: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/supported.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Supported Ruby Matrix
name: Supported Compat Matrix

env:
K_SOUP_COV_DO: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unsupported.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unsupported (EOL, Ruby 2.6, 2.7) Matrix
name: Unsupported Compat (EOL, Ruby 2.6, 2.7) Matrix

env:
K_SOUP_COV_DO: false
Expand Down

0 comments on commit ecd9e91

Please sign in to comment.