From 03a0a8b63385aa07d0ada6260f5ff64e2d1509a2 Mon Sep 17 00:00:00 2001 From: Michael Rupp <95718139+mykrupp@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:00:57 -0400 Subject: [PATCH] syntax --- .github/workflows/full-build.yaml | 3 +-- .github/workflows/pull-request.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/full-build.yaml b/.github/workflows/full-build.yaml index 32acde00..893f9a68 100644 --- a/.github/workflows/full-build.yaml +++ b/.github/workflows/full-build.yaml @@ -1,7 +1,6 @@ name: Full Build on: - push: workflow_dispatch: jobs: @@ -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 }} diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a68d385c..2a38f71d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -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 }}