Skip to content

Commit ecd9e91

Browse files
committed
👷 Better workflow names
1 parent 80e22e3 commit ecd9e91

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby - Coverage
1+
name: Test Coverage
22

33
env:
44
K_SOUP_COV_MIN_BRANCH: 80

.github/workflows/heads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby Heads Matrix
1+
name: Heads Compat Matrix
22

33
env:
44
K_SOUP_COV_DO: false

.github/workflows/supported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Supported Ruby Matrix
1+
name: Supported Compat Matrix
22

33
env:
44
K_SOUP_COV_DO: false

.github/workflows/unsupported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unsupported (EOL, Ruby 2.6, 2.7) Matrix
1+
name: Unsupported Compat (EOL, Ruby 2.6, 2.7) Matrix
22

33
env:
44
K_SOUP_COV_DO: false

0 commit comments

Comments
 (0)