From 4d6a2cf6358b3173c0ccc16d2c4173191b6546e1 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 13 Sep 2023 17:57:42 -0400 Subject: [PATCH] ci: always update baseline coverage when building release --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e89249397..35882c5f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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