Skip to content

Commit 102554f

Browse files
authored
Merge pull request #715 from espressif/ci/disable_idf6
fix(ci): Temporary disabled IDF 6 CI - due to esp32-camera component
2 parents 53f6127 + f3a1480 commit 102554f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-run-applications.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
allow_fail: false
5555
- idf_ver: "latest"
5656
allow_fail: true # Do not fail CI, when fail "latest" build
57+
- idf_ver: "release-v6.0"
58+
allow_fail: true # Do not fail CI, when fail "latest" build
5759
runs-on: ubuntu-latest
5860
container: espressif/idf:${{ matrix.idf_ver }}
5961
steps:

0 commit comments

Comments
 (0)