diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87a7a6d..09fc14b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,7 @@ jobs: - run: npm run build coverage: + if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2