Skip to content

Commit 09889c6

Browse files
author
Sergey Vilgelm
committed
Run coveralls for push request in main repo only
1 parent a8a986e commit 09889c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Test with inv
2323
run: inv cover qa
2424
- name: Coveralls
25+
if: github.repository == 'python-restx/flask-restx' && github.event == 'push'
2526
run: |
2627
pip install coveralls
2728
coveralls --rcfile=coverage.rc

0 commit comments

Comments
 (0)