Disable 3.3 Build in cron
esp-face is broken
This commit is contained in:
parent
8828e1abb4
commit
fe6487d1e2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cron.yml
vendored
3
.github/workflows/cron.yml
vendored
|
|
@ -20,7 +20,8 @@ jobs:
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
idf_branch: [release/v3.3, release/v4.0]
|
idf_branch: [release/v4.0]
|
||||||
|
#idf_branch: [release/v3.3, release/v4.0]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue