ci: skip download coverage when tests are disabled

This commit is contained in:
Nicolas Giard 2022-03-23 15:04:54 -04:00 committed by GitHub
parent e6aeb3187e
commit 259957f4b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@ jobs:
python-version: '3.x'
- name: Download a Coverage Results
if: ${{ github.event.inputs.skiptests == 'false' }}
uses: actions/download-artifact@v3.0.0
with:
name: coverage