[ci] Reduce release time by removing 468 redundant ESP32-C3 IDF tests (#11737)

This commit is contained in:
J. Nick Koston
2025-11-06 20:44:01 -06:00
committed by GitHub
parent 5d20e3a3b4
commit d0b399d771
467 changed files with 0 additions and 2212 deletions

View File

@@ -1,15 +0,0 @@
packages:
common: !include common.yaml
matrix_keypad:
id: keypad
rows:
- pin: 1
- pin: 2
columns:
- pin: 3
- pin: 4
keys: "1234"
has_pulldowns: true
on_key:
- lambda: ESP_LOGI("KEY", "key %d pressed", x);