We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6aeb31 commit 259957fCopy full SHA for 259957f
1 file changed
.github/workflows/build.yml
@@ -157,6 +157,7 @@ jobs:
157
python-version: '3.x'
158
159
- name: Download a Coverage Results
160
+ if: ${{ github.event.inputs.skiptests == 'false' }}
161
uses: actions/download-artifact@v3.0.0
162
with:
163
name: coverage
0 commit comments