From 01c98ff1af6fc118a56e787d647fc638f8f54f9a Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 28 Aug 2024 10:59:28 +0100 Subject: [PATCH] chore: always run `build-check` step in `publish-bb.yml` --- .github/workflows/publish-bb.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-bb.yml b/.github/workflows/publish-bb.yml index ec489f03244..fc5e0acdce0 100644 --- a/.github/workflows/publish-bb.yml +++ b/.github/workflows/publish-bb.yml @@ -204,6 +204,7 @@ jobs: build-check: name: Check builds are successful needs: [build-x86_64-linux-gnu, build-mac-intel, build-mac-m1,build-wasm-ts] + if: ${{ always() }} runs-on: ubuntu-latest steps: - name: Report overall success