diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 894a4a3..83e6e91 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -14,12 +14,12 @@ jobs: strategy: matrix: include: - - name: rpi_pico2 - - name: rpi_pico2_w - - name: rpi_pico2b - - name: pimoroni_plasma2350 + # - name: rpi_pico2 + # - name: rpi_pico2_w + # - name: rpi_pico2b + # - name: pimoroni_plasma2350 - name: pimoroni_tiny2350 - - name: pimoroni_pico_plus2 + # - name: pimoroni_pico_plus2 env: # MicroPython version will be contained in github.event.release.tag_name for releases @@ -99,4 +99,4 @@ jobs: if: github.event_name == 'release' uses: softprops/action-gh-release@v2 with: - files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2 \ No newline at end of file + files: ${{ env.CI_BUILD_ROOT }}/${{ env.CI_RELEASE_FILENAME }}-with-filesystem.uf2