Skip to content

Commit

Permalink
reduced tests on PR and devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Sep 20, 2024
1 parent f57b14e commit 20c42b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
platformio update
- name: Build test
run: |
pio run -e TTGO_T7 -e ESP32DEVKIT -e TTGO_TDISPLAY -e M5STICKCPLUS -e ESP32C3LOLIN
pio run -e TTGO_T7 -e TTGO_TDISPLAY -e ESP32C3LOLIN
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
platformio update
- name: Build test
run: |
pio run -e TTGO_T7 -e TTGO_TDISPLAY -e M5STICKCPLUS -e ESP32C3LOLIN
pio run -e TTGO_T7 -e TTGO_TDISPLAY -e ESP32C3LOLIN

0 comments on commit 20c42b8

Please sign in to comment.