diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 44d04d82..0f85db70 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,3 +54,5 @@ jobs: sha: ${{ inputs.sha }} matrix_filter: map(select(.ARCH == "amd64")) script: ci/conda-pack.sh + # just using the workflow to get the matrix, this isn't actually building anything we want to upload + upload-artifacts: false