mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Disables coveralls step for dependabot branches/pulls
This commit is contained in:
parent
f74e15840d
commit
f24373699e
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -141,7 +141,8 @@ jobs:
|
|||||||
pipenv run pytest
|
pipenv run pytest
|
||||||
-
|
-
|
||||||
name: Publish coverage results
|
name: Publish coverage results
|
||||||
if: matrix.python-version == '3.9'
|
# Publish results for 3.9, and not for dependabot branches
|
||||||
|
if: matrix.python-version == '3.9' && !contains(github.ref, 'dependabot')
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# https://github.com/coveralls-clients/coveralls-python/issues/251
|
# https://github.com/coveralls-clients/coveralls-python/issues/251
|
||||||
|
Loading…
x
Reference in New Issue
Block a user