Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp committed Oct 4, 2024
1 parent 359c8f6 commit 03a0a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/full-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Full Build

on:
push:
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -78,7 +77,7 @@ jobs:
app: [zigbee-matter]
board: [brd4187c, brd4116a, brd4117a, brd4118a]
suffix: [light]
addAppComponent: [matter_zigbee_concurrent\;matter,matter_zigbee_sequential\;matter]
addAppComponent: [matter_zigbee_concurrent;matter, matter_zigbee_sequential;matter]

name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.addAppComponent}} ${{ matrix.board }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
app: [zigbee-matter]
board: [brd4187c, brd4116a, brd4117a, brd4118a]
suffix: [light]
addAppComponent: [matter_zigbee_concurrent\;matter, matter_zigbee_sequential\;matter]
addAppComponent: [matter_zigbee_concurrent;matter, matter_zigbee_sequential;matter]

name: ${{ matrix.app }}-${{ matrix.suffix }} ${{ matrix.addAppComponent}} ${{ matrix.board }}

Expand Down

0 comments on commit 03a0a8b

Please sign in to comment.