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 # fail-fast: false
# matrix: # matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest] # os: [ubuntu-latest, windows-latest, macOS-latest]
# steps:
steps: # - uses: actions/checkout@v4
- uses: actions/checkout@v4 # - uses: actions/setup-python@v5
- uses: actions/setup-python@v5 # with:
with: # python-version: "3.x"
python-version: "3.x" # - name: Build Sketches
- name: Build Sketches # run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
# ESP-IDF component build # ESP-IDF component build
build-esp-idf-component: build-esp-idf-component: