Ver código fonte

Remove old PIO target from CI

Scott Bezek 3 anos atrás
pai
commit
8241473226
1 arquivos alterados com 0 adições e 7 exclusões
  1. 0 7
      .github/workflows/pio.yml

+ 0 - 7
.github/workflows/pio.yml

@@ -41,10 +41,3 @@ jobs:
       run: |
         pio run -d ./firmware \
           -e view \
-
-    - name: Build Firmware (handheld_tdisplay)
-      # Run regardless of other build step failures, as long as setup steps completed
-      if: always() && steps.pio_install.outcome == 'success'
-      run: |
-        pio run -d ./firmware \
-          -e handheld_tdisplay \