From d931b04932ba5bc8953261ab17ec3340d269cfea Mon Sep 17 00:00:00 2001 From: David Maxson Date: Thu, 16 Jan 2025 16:17:04 -0800 Subject: [PATCH] [Temp] Simplify CI/CD for testing --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb32a63..53da5e6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: linux: runs-on: ${{ matrix.platform.runner }} - needs: [test] +# needs: [test] strategy: matrix: platform: @@ -90,7 +90,7 @@ jobs: musllinux: runs-on: ${{ matrix.platform.runner }} - needs: [test] +# needs: [test] strategy: matrix: platform: