diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22affce8b..92eebf482 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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