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 44db216 commit 27faedfCopy full SHA for 27faedf
.github/workflows/run-unittests-py38-cov-report.yml
@@ -151,7 +151,6 @@ jobs:
151
fi
152
153
- name: "Calculate coverage diff"
154
- if: always()
155
run: |
156
set -x # print commands that are executed
157
@@ -182,7 +181,7 @@ jobs:
182
181
183
- name: "Add comment with cov diff to PR"
184
uses: actions/github-script@v6
185
+ if: github.event_name == 'pull_request'
186
with:
187
github-token: ${{ github.token }}
188
script: |
0 commit comments