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 3610bd6 commit bd23472Copy full SHA for bd23472
.github/workflows/coverage.yml
@@ -12,8 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14
steps:
15
- - name: DEBUG
16
- run: echo '${{ github.event.workflow_run.event }}' && echo '${{ github.event.workflow_run.conclusion }}'
17
- name: Post comment
18
uses: ewjoachim/python-coverage-comment-action@v2
19
with:
0 commit comments