ci: Update build.yml workflow

This commit is contained in:
Nicolas Giard 2024-11-19 20:31:02 -05:00 committed by GitHub
parent 15b95da9a1
commit c3e0d28cad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,7 @@ jobs:
uses: ./.github/workflows/tests.yml
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
needs: [prepare]
secrets: inherit
with:
ignoreLowerCoverage: ${{ github.event.inputs.ignoreLowerCoverage == 'true' }}
skipSelenium: true