1
0
mirror of https://github.com/kremalicious/gatsby-plugin-matomo.git synced 2024-12-22 09:13:19 +01:00

skip coverage task for dependabot

This commit is contained in:
Matthias Kretschmann 2021-11-28 15:39:43 +00:00
parent 3bc12645a5
commit 75cfaf49ec
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -31,6 +31,7 @@ jobs:
- run: npm run build
coverage:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2