From bb736687fde75c39e41a4f648d8aed8e7b1f0150 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 10 Aug 2023 21:21:35 +0200 Subject: [PATCH] Disable too long binaryedge --- .github/workflows/build-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-lists.yml b/.github/workflows/build-lists.yml index e362c77..5205215 100644 --- a/.github/workflows/build-lists.yml +++ b/.github/workflows/build-lists.yml @@ -19,8 +19,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Build the binaryedge list - run: ./make-binaryedge.sh + #- name: Build the binaryedge list + # run: ./make-binaryedge.sh - name: Build the stretchoid list run: ./make-stretchoid.sh - name: Post the summary