ci: fix chaining "or" in examples/peripherals/.build-test-rules.yml

This commit is contained in:
Fu Hanxi
2024-09-25 10:59:01 +02:00
parent 5effb7491f
commit 13ea02e2e6

View File

@@ -129,7 +129,9 @@ examples/peripherals/i2s/i2s_recorder:
examples/peripherals/isp/multi_pipelines:
disable:
- if: SOC_MIPI_CSI_SUPPORTED != 1 or SOC_MIPI_DSI_SUPPORTED != 1 or SOC_ISP_SUPPORTED != 1
- if: SOC_MIPI_CSI_SUPPORTED != 1
- if: SOC_MIPI_DSI_SUPPORTED != 1
- if: SOC_ISP_SUPPORTED != 1
depends_components:
- esp_driver_isp
- esp_driver_cam