Skip to content

Commit

Permalink
Debug building matrix and gently stop the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jan 28, 2024
1 parent 3c89ec2 commit b28d1e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,15 @@ jobs:
matrix="{\"include\":[$matrix]}"
# Output matrix to a file
echo $matrix
echo matrix=$matrix >> $GITHUB_OUTPUT
- name: 🧪 Display generated matrix
run: |
echo "${{ steps.prepare-matrix.outputs.matrix }}"
build:
name: ${{ matrix.device }}
if: ${{ needs.prepare.outputs.matrix != '{"include":[]}' }}
runs-on: ubuntu-latest
needs: prepare
strategy:
Expand Down

0 comments on commit b28d1e4

Please sign in to comment.