mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 11:03:05 +00:00
Fix if check in the launchpad workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user