fix(push): Re-comment unused code
This commit is contained in:
parent
cd772f1437
commit
2028ba43da
1 changed files with 7 additions and 8 deletions
15
.github/workflows/push.yml
vendored
15
.github/workflows/push.yml
vendored
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue