From f0ecc4b424073535282a07dde9f6b3b413e16fe6 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 7 May 2024 09:34:23 -0700 Subject: [PATCH] Fix --- .github/workflows/ci-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 307f87bb02887a..99de0977cc3b1a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -96,8 +96,7 @@ jobs: build-timeout: ${{ steps.build.outputs.timeout }} build-failed: ${{ steps.build.outputs.failed }} if: >- - needs.compute-test-configs.outputs.test-build == 'true' && - matrix.enabled == 'true' + needs.compute-test-configs.outputs.test-build == 'true' steps: - name: Download Artifact uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1