Skip to content

Commit f23bb25

Browse files
authored
Disable flaky Telink CI (#38884)
1 parent 6876fcb commit f23bb25

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/examples-telink.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,10 @@ jobs:
356356
BUILD_TYPE: telink
357357

358358
runs-on: ubuntu-latest
359-
if: github.actor != 'restyled-io[bot]'
359+
# TODO: disabled due to flakes. Enable back when flakes are root caused and fixed
360+
# https://github.com/project-chip/connectedhomeip/issues/38882
361+
# if: github.actor != 'restyled-io[bot]'
362+
if: false
360363

361364
container:
362365
image: ghcr.io/project-chip/chip-build-telink-zephyr_3_3:129

0 commit comments

Comments
 (0)