Coveralls TOKEN is only available on branch master
Refs: https://github.com/kivy/buildozer/pull/1060#issuecomment-612168204
This commit is contained in:
parent
21d4157573
commit
090cb5b36e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test_python.yml
vendored
1
.github/workflows/test_python.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
|||
run: |
|
||||
docker run buildozer --version
|
||||
- name: coveralls
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
run: coveralls
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue