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:
parent
3bc12645a5
commit
75cfaf49ec
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
- run: npm run build
|
||||
|
||||
coverage:
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user