8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee0ed7 commit 832e608Copy full SHA for 832e608
.github/workflows/build.yml
@@ -228,6 +228,7 @@ jobs:
228
fail-fast: false
229
matrix:
230
board: ${{ fromJSON(needs.test.outputs.arm-boards) }}
231
+ if: ${{ needs.test.outputs.arm-boards != '[]' }}
232
233
steps:
234
- name: Set up Python 3.8
@@ -278,6 +279,7 @@ jobs:
278
279
280
281
board: ${{ fromJSON(needs.test.outputs.riscv-boards) }}
282
+ if: ${{ needs.test.outputs.riscv-boards != '[]' }}
283
284
285
@@ -327,6 +329,7 @@ jobs:
327
329
328
330
331
board: ${{ fromJSON(needs.test.outputs.xtensa-boards) }}
332
+ if: ${{ needs.test.outputs.xtensa-boards != '[]' }}
333
334
335
0 commit comments