fix(push): Re-comment unused code

This commit is contained in:
Lucas Saavedra Vaz 2024-12-09 19:03:54 -03:00
parent cd772f1437
commit 2028ba43da
No known key found for this signature in database
GPG key ID: 9CAE85DC84A38188

View file

@ -225,14 +225,13 @@ jobs:
# fail-fast: false
# matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest]
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
# 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
# ESP-IDF component build
build-esp-idf-component: