mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -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
|
||||
-
|
||||
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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# https://github.com/coveralls-clients/coveralls-python/issues/251
|
||||
|
Loading…
x
Reference in New Issue
Block a user