Skip to content

Commit 4ed813f

Browse files
authored
Only build Spike and EV3 on release
1 parent d3d2f0e commit 4ed813f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release-changelog.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ jobs:
8888
export MICROPY_GIT_TAG=ci-release-${{ github.run_number }}-${TAG}
8989
export MICROPY_GIT_HASH=$(echo ${{ github.sha }} | cut -c1-8)
9090
poetry run make $MAKEOPTS -C micropython/mpy-cross
91-
poetry run make $MAKEOPTS -C bricks/movehub
92-
poetry run make $MAKEOPTS -C bricks/cityhub
93-
poetry run make $MAKEOPTS -C bricks/technichub
91+
# poetry run make $MAKEOPTS -C bricks/movehub
92+
# poetry run make $MAKEOPTS -C bricks/cityhub
93+
# poetry run make $MAKEOPTS -C bricks/technichub
9494
poetry run make $MAKEOPTS -C bricks/primehub
95-
poetry run make $MAKEOPTS -C bricks/essentialhub
96-
poetry run make $MAKEOPTS -C bricks/nxt
95+
# poetry run make $MAKEOPTS -C bricks/essentialhub
96+
# poetry run make $MAKEOPTS -C bricks/nxt
9797
poetry run make $MAKEOPTS -C bricks/ev3
9898
9999
- name: Create Release and Upload Assets

0 commit comments

Comments
 (0)