Skip to content

Commit 8545bec

Browse files
committed
update actions to avoid coverage report on release
1 parent 7306df7 commit 8545bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
name: coverage
5858
path: .coverage.${{ matrix.python-version }}
5959
report:
60+
if: github.event_name != 'release'
6061
needs: [test]
6162
runs-on: ubuntu-20.04
6263
permissions:

0 commit comments

Comments
 (0)