From ecd9e9188ef065e2f7f6c80064969b98f03fe722 Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Mon, 18 Nov 2024 03:34:30 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Better=20workflow=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage.yml | 2 +- .github/workflows/heads.yml | 2 +- .github/workflows/supported.yml | 2 +- .github/workflows/unsupported.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d1d98c3..10490d4 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: Ruby - Coverage +name: Test Coverage env: K_SOUP_COV_MIN_BRANCH: 80 diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index 8da2dac..8ce0e35 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -1,4 +1,4 @@ -name: Ruby Heads Matrix +name: Heads Compat Matrix env: K_SOUP_COV_DO: false diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index a1666b1..eb3a357 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -1,4 +1,4 @@ -name: Supported Ruby Matrix +name: Supported Compat Matrix env: K_SOUP_COV_DO: false diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 1b7efbe..68aeec8 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -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