Skip to content

Commit 13ea02e

Browse files
committed
ci: fix chaining "or" in examples/peripherals/.build-test-rules.yml
1 parent 5effb74 commit 13ea02e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/peripherals/.build-test-rules.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ examples/peripherals/i2s/i2s_recorder:
129129

130130
examples/peripherals/isp/multi_pipelines:
131131
disable:
132-
- if: SOC_MIPI_CSI_SUPPORTED != 1 or SOC_MIPI_DSI_SUPPORTED != 1 or SOC_ISP_SUPPORTED != 1
132+
- if: SOC_MIPI_CSI_SUPPORTED != 1
133+
- if: SOC_MIPI_DSI_SUPPORTED != 1
134+
- if: SOC_ISP_SUPPORTED != 1
133135
depends_components:
134136
- esp_driver_isp
135137
- esp_driver_cam

0 commit comments

Comments
 (0)