From c8305fba1ff77555402c7caac91e4bff1d7a36e2 Mon Sep 17 00:00:00 2001 From: teor Date: Thu, 8 Jul 2021 00:36:54 +1000 Subject: [PATCH] Stop using the wrong name for the coverage action (#2453) Previously the action was called "CI", which could be confusing. --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 245fd9b4..a2792eb9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,4 +1,4 @@ -name: CI +name: Coverage on: workflow_dispatch: