Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 1d46269

Browse files
authored
Stop PIO CI
1 parent 5613e66 commit 1d46269

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)