From a0cff4824a03e8b9e6a906a281f9ee999a026e27 Mon Sep 17 00:00:00 2001 From: Icebob Date: Sat, 19 Aug 2023 14:26:12 +0200 Subject: [PATCH] change coverage action --- .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 d1b997318..f0596bdad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,5 +64,5 @@ jobs: run: npm run test:esm - name: Upload code coverage - if: github.ref == 'refs/heads/master' + if: github.repository == 'moleculerjs/moleculer' uses: coverallsapp/github-action@v2