mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Fix if check in the launchpad workflow
This commit is contained in:
@@ -39,7 +39,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
Build:
|
Build:
|
||||||
# Disable the job in forks
|
# Disable the job in forks
|
||||||
if: ${{ github.repository_owner == 'espressif' }}
|
if: ${{ github.repository_owner == 'espressif' && github.event.workflow_run.conclusion == 'success' }}
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
@@ -49,8 +49,6 @@ jobs:
|
|||||||
build-dir: ['examples/light', 'examples/light_switch']
|
build-dir: ['examples/light', 'examples/light_switch']
|
||||||
targets: ['esp32', 'esp32c3']
|
targets: ['esp32', 'esp32c3']
|
||||||
|
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- run: mkdir -p images
|
- run: mkdir -p images
|
||||||
- name: build application
|
- name: build application
|
||||||
|
|||||||
Reference in New Issue
Block a user