We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aa8ac commit 8170370Copy full SHA for 8170370
.github/workflows/ci.yaml
@@ -52,9 +52,6 @@ jobs:
52
test:
53
name: "test ${{ matrix.python-version }}"
54
runs-on: ${{ matrix.os }}
55
- permissions:
56
- issues: write
57
- pull-requests: write
58
strategy:
59
matrix:
60
os:
@@ -93,8 +90,8 @@ jobs:
93
90
94
91
- name: Test coverage comment
95
92
uses: MishaKav/pytest-coverage-comment@main
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master') || github.event_name == 'pull_request' && github.base_ref == 'master'
96
with:
97
- github-token: ${{ secrets.GITHUB_TOKEN }}
98
pytest-xml-coverage-path: ./coverage.xml
99
junitxml-path: ./junitxml.xml
100
junitxml-title: ${{ matrix.python-version }}
0 commit comments