We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7306df7 commit 47ed5c3Copy full SHA for 47ed5c3
.github/workflows/python.yaml
@@ -57,6 +57,7 @@ jobs:
57
name: coverage
58
path: .coverage.${{ matrix.python-version }}
59
report:
60
+ if: github.event_name != 'release'
61
needs: [test]
62
runs-on: ubuntu-20.04
63
permissions:
0 commit comments