Skip to content

Commit

Permalink
chore: always run build-check step in publish-bb.yml (#8240)
Browse files Browse the repository at this point in the history
I forgot to make sure that the `build-check` step always ran in #8223 so
this PR fixes that.
  • Loading branch information
TomAFrench authored Aug 28, 2024
1 parent 263a912 commit 5e9749f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-bb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e9749f

Please sign in to comment.