[ci] Reduce release time by removing 21 redundant ESP32-S3 IDF tests (#11850)

This commit is contained in:
J. Nick Koston
2025-11-11 21:44:19 -06:00
committed by GitHub
parent 56d141c741
commit 398dba4fc8
21 changed files with 0 additions and 182 deletions

View File

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