We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd772f1 commit 2028ba4Copy full SHA for 2028ba4
.github/workflows/push.yml
@@ -225,14 +225,13 @@ jobs:
225
# fail-fast: false
226
# matrix:
227
# os: [ubuntu-latest, windows-latest, macOS-latest]
228
-
229
- steps:
230
- - uses: actions/checkout@v4
231
- - uses: actions/setup-python@v5
232
- with:
233
- python-version: "3.x"
234
- - name: Build Sketches
235
- run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
+ # steps:
+ # - uses: actions/checkout@v4
+ # - uses: actions/setup-python@v5
+ # with:
+ # python-version: "3.x"
+ # - name: Build Sketches
+ # run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
236
237
# ESP-IDF component build
238
build-esp-idf-component:
0 commit comments