Skip to content

Commit

Permalink
CI: Continue if job fails for tier >1 BSP build
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrrees committed Aug 18, 2024
1 parent 7f3928f commit 1bef2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
name: "${{matrix.bsp.name}} (tier ${{matrix.bsp.tier}}, ${{matrix.toolchain}})"
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.toolchain == 'nightly' }}
continue-on-error: ${{ matrix.toolchain == 'nightly' || matrix.bsp.tier != 1 }}
needs: setup
strategy:
matrix: ${{fromJson(needs.setup.outputs.matrix)}}
Expand Down

0 comments on commit 1bef2bc

Please sign in to comment.