ci: Update build.yml workflow
This commit is contained in:
parent
15b95da9a1
commit
c3e0d28cad
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -137,6 +137,7 @@ jobs:
|
||||||
uses: ./.github/workflows/tests.yml
|
uses: ./.github/workflows/tests.yml
|
||||||
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
|
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
|
||||||
needs: [prepare]
|
needs: [prepare]
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
ignoreLowerCoverage: ${{ github.event.inputs.ignoreLowerCoverage == 'true' }}
|
ignoreLowerCoverage: ${{ github.event.inputs.ignoreLowerCoverage == 'true' }}
|
||||||
skipSelenium: true
|
skipSelenium: true
|
||||||
|
|
Loading…
Reference in a new issue