Skip to content

Commit f2c06c9

Browse files
committed
ci(workspace): Exclude network examples for v5.0 and v5.1
1 parent f0c2957 commit f2c06c9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_idf_examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
# Exclude esp32p4 for Network examples
2727
- target: "esp32p4"
2828
example: { name: "Network", path: "examples/network", manifest_path: "examples/network" }
29+
# Exclude Network examples for releases IDF 5.0 and 5.1
30+
- example: { name: "Network", path: "examples/network", manifest_path: "examples/network" }
31+
idf_ver: "release-v5.0"
32+
- example: { name: "Network", path: "examples/network", manifest_path: "examples/network" }
33+
idf_ver: "release-v5.1"
2934
runs-on: ubuntu-20.04
3035
container: espressif/idf:${{ matrix.idf_ver }}
3136
steps:

0 commit comments

Comments
 (0)