Skip to content

Commit ac3124c

Browse files
committed
Merge branch 'yuboxfixes' into yuboxfixes-0xFEEDC0DE64-cleanup
2 parents 2a9ef07 + 67ae103 commit ac3124c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/push.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- name: Build Tests
2222
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1
2323

24-
build-pio:
25-
name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
26-
runs-on: ${{ matrix.os }}
27-
strategy:
28-
matrix:
29-
os: [ubuntu-latest, windows-latest, macOS-latest]
30-
board: [esp32, esp8266]
31-
steps:
32-
- uses: actions/checkout@v1
33-
- name: Build Tests
34-
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1
24+
# build-pio:
25+
# name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
26+
# runs-on: ${{ matrix.os }}
27+
# strategy:
28+
# matrix:
29+
# os: [ubuntu-latest, windows-latest, macOS-latest]
30+
# board: [esp32, esp8266]
31+
# steps:
32+
# - uses: actions/checkout@v1
33+
# - name: Build Tests
34+
# run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1

0 commit comments

Comments
 (0)