Merge branch 'fix_launchapd_workflow' into 'main'

Fix if check in the launchpad workflow

See merge request app-frameworks/esp-matter!269
This commit is contained in:
Hrishikesh Dhayagude
2023-01-12 09:56:51 +08:00
+1 -3
View File
@@ -39,7 +39,7 @@ concurrency:
jobs:
Build:
# 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
container:
@@ -49,8 +49,6 @@ jobs:
build-dir: ['examples/light', 'examples/light_switch']
targets: ['esp32', 'esp32c3']
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: mkdir -p images
- name: build application