diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52d18da3..3ea38f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: coverage: runs-on: ubuntu-latest needs: [test_unit, test_integration] - if: success() + if: ${{ success() && github.actor != 'dependabot[bot]' }} steps: - uses: actions/checkout@v2 - uses: actions/download-artifact@v2