@@ -194,27 +194,27 @@ jobs:
194
194
- name : Build Sketches
195
195
run : bash ./.github/scripts/on-push.sh
196
196
197
- # PlatformIO on Windows, Ubuntu and Mac
198
- build-platformio :
199
- name : PlatformIO on ${{ matrix.os }}
200
- needs : gen-chunks
201
- if : |
202
- needs.gen-chunks.outputs.build_all == 'true' ||
203
- needs.gen-chunks.outputs.build_static_sketches == 'true' ||
204
- needs.gen-chunks.outputs.build_platformio == 'true'
205
- runs-on : ${{ matrix.os }}
206
- strategy :
207
- fail-fast : false
208
- matrix :
209
- os : [ubuntu-latest, windows-latest, macOS-latest]
197
+ # # PlatformIO on Windows, Ubuntu and Mac
198
+ # build-platformio:
199
+ # name: PlatformIO on ${{ matrix.os }}
200
+ # needs: gen-chunks
201
+ # if: |
202
+ # needs.gen-chunks.outputs.build_all == 'true' ||
203
+ # needs.gen-chunks.outputs.build_static_sketches == 'true' ||
204
+ # needs.gen-chunks.outputs.build_platformio == 'true'
205
+ # runs-on: ${{ matrix.os }}
206
+ # strategy:
207
+ # fail-fast: false
208
+ # matrix:
209
+ # os: [ubuntu-latest, windows-latest, macOS-latest]
210
210
211
- steps :
212
- - uses : actions/checkout@v4
213
- - uses : actions/setup-python@v5
214
- with :
215
- python-version : ' 3.x'
216
- - name : Build Sketches
217
- run : bash ./.github/scripts/on-push.sh 1 1 # equal and non-zero to trigger PIO
211
+ # steps:
212
+ # - uses: actions/checkout@v4
213
+ # - uses: actions/setup-python@v5
214
+ # with:
215
+ # python-version: '3.x'
216
+ # - name: Build Sketches
217
+ # run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
218
218
219
219
# ESP-IDF component build
220
220
build-esp-idf-component :
0 commit comments