1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

skip coverage job for dependabot (#863)

This commit is contained in:
Matthias Kretschmann 2021-06-24 06:40:16 +02:00 committed by GitHub
parent 1b0d92f258
commit 29bbdc9677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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