From d664dad422f1605f7131f6f7e217c11f6581d873 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 2 Jan 2024 07:55:07 +0100 Subject: [PATCH] Get rid of period in step name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 424b4b9c..279fba2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: if-no-files-found: ignore coverage: - name: Combine & check coverage. + name: Combine & check coverage needs: tests runs-on: ubuntu-latest