Skip to content

Commit bd23472

Browse files
committed
Remove debug step
1 parent 3610bd6 commit bd23472

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1414
steps:
15-
- name: DEBUG
16-
run: echo '${{ github.event.workflow_run.event }}' && echo '${{ github.event.workflow_run.conclusion }}'
1715
- name: Post comment
1816
uses: ewjoachim/python-coverage-comment-action@v2
1917
with:

0 commit comments

Comments
 (0)