From 53b1021cf734e90cff1baacaf0fb27f3bde61391 Mon Sep 17 00:00:00 2001 From: Unrud Date: Sun, 1 Mar 2020 00:25:41 +0100 Subject: [PATCH] Cosmetics --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f2f891..73396be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: python -m pip install coveralls python -m coveralls - coveralls-finished: + coveralls-finish: needs: test if: github.event_name == 'push' && github.ref == 'refs/heads/master' runs-on: ubuntu-latest