Merge branch 'ci/pre-commit-check-build-test-rule-exist' into 'master'

pre-commit: add check that build-test-rule paths must exist

See merge request espressif/esp-idf!25231
This commit is contained in:
Michael (XIAO Xufeng)
2023-08-17 02:25:45 +08:00
6 changed files with 30 additions and 45 deletions

View File

@@ -122,12 +122,6 @@ examples/protocols/mqtt5:
temporary: true
reason: lack of runners
examples/protocols/slip/slip_udp:
disable:
- if: IDF_TARGET == "esp32c2"
temporary: true
reason: target esp32c2 is not supported yet
examples/protocols/sntp:
enable:
- if: IDF_TARGET == "esp32"