From 9bb8794cd6a1ff24d77217ddb6ac87c22b5bab55 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 11 Nov 2024 16:02:29 +0100 Subject: [PATCH] fixed typo in ci.yml --- .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 4566f24..32d8ba2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: publish: if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') - needs: [report-coverage, static-checks] + needs: [coverage, static-checks] runs-on: ubuntu-latest steps: