Skip to content

Commit 2028ba4

Browse files
committed
fix(push): Re-comment unused code
1 parent cd772f1 commit 2028ba4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/push.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,13 @@ jobs:
225225
# fail-fast: false
226226
# matrix:
227227
# 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
228+
# steps:
229+
# - uses: actions/checkout@v4
230+
# - uses: actions/setup-python@v5
231+
# with:
232+
# python-version: "3.x"
233+
# - name: Build Sketches
234+
# run: bash ./.github/scripts/on-push.sh 1 1 #equal and non-zero to trigger PIO
236235

237236
# ESP-IDF component build
238237
build-esp-idf-component:

0 commit comments

Comments
 (0)