ci: skip download coverage when tests are disabled
This commit is contained in:
parent
e6aeb3187e
commit
259957f4b6
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue