ci: always update baseline coverage when building release
This commit is contained in:
parent
3400d129a2
commit
4d6a2cf635
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -217,7 +217,7 @@ jobs:
|
|||
|
||||
- name: Update Baseline Coverage
|
||||
uses: ncipollo/release-action@v1.13.0
|
||||
if: ${{ github.event.inputs.updateCoverage == 'true' }}
|
||||
if: ${{ github.event.inputs.updateCoverage == 'true' || github.ref_name == 'release' }}
|
||||
with:
|
||||
allowUpdates: true
|
||||
tag: baseline
|
||||
|
|
Loading…
Reference in a new issue